Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
8c4f0a07
Commit
8c4f0a07
authored
4 years ago
by
Jedi18
Browse files
Options
Downloads
Patches
Plain Diff
change togglebutton size, set textarea color to colors.text
parent
b5e351ab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/qml/RoomSettings.qml
+2
-1
2 additions, 1 deletion
resources/qml/RoomSettings.qml
resources/qml/ToggleButton.qml
+5
-3
5 additions, 3 deletions
resources/qml/ToggleButton.qml
with
7 additions
and
4 deletions
resources/qml/RoomSettings.qml
+
2
−
1
View file @
8c4f0a07
...
...
@@ -113,8 +113,9 @@ ApplicationWindow {
wrapMode
:
TextEdit
.
WordWrap
readOnly
:
true
background
:
null
horizontalAlignment
:
TextEdit
.
AlignHCenter
selectByMouse
:
true
color
:
colors
.
text
horizontalAlignment
:
TextEdit
.
AlignHCenter
}
}
...
...
This diff is collapsed.
Click to expand it.
resources/qml/ToggleButton.qml
+
5
−
3
View file @
8c4f0a07
...
...
@@ -8,10 +8,11 @@ Switch {
indicator
:
Item
{
implicitWidth
:
48
implicitHeight
:
26
implicitHeight
:
24
y
:
parent
.
height
/
2
-
height
/
2
Rectangle
{
height
:
parent
.
height
/
2
height
:
3
*
parent
.
height
/
4
radius
:
height
/
2
width
:
parent
.
width
-
height
x
:
radius
...
...
@@ -22,11 +23,12 @@ Switch {
Rectangle
{
x
:
toggleButton
.
checked
?
parent
.
width
-
width
:
0
y
:
parent
.
height
/
2
-
height
/
2
width
:
parent
.
height
height
:
width
radius
:
width
/
2
color
:
toggleButton
.
down
?
"
whitesmoke
"
:
"
whitesmoke
"
border.color
:
"
#
999999
"
border.color
:
"
#
ebebeb
"
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment