Add ThemedSlider, change all Slider to ThemedSlider, add scaling to Display.qml, fix scaling for ToggleOption
This commit is contained in:
parent
d3c9820ddb
commit
d48eb9099b
6 changed files with 97 additions and 103 deletions
|
|
@ -7,6 +7,8 @@ import qs.Settings
|
|||
ColumnLayout {
|
||||
id: root
|
||||
|
||||
property var screen
|
||||
|
||||
property string label: ""
|
||||
property string description: ""
|
||||
property bool value: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue