Make Slider look nice
This commit is contained in:
parent
5488ac8bcc
commit
7371610112
3 changed files with 68 additions and 10 deletions
|
|
@ -434,6 +434,7 @@ ColumnLayout {
|
|||
id: scaleSlider
|
||||
Layout.fillWidth: true
|
||||
screen: modelData
|
||||
cutoutColor: Theme.surface
|
||||
from: 0.8
|
||||
to: 2.0
|
||||
stepSize: 0.05
|
||||
|
|
|
|||
|
|
@ -200,6 +200,7 @@ ColumnLayout {
|
|||
ThemedSlider {
|
||||
id: intervalSlider
|
||||
Layout.fillWidth: true
|
||||
cutoutColor: Theme.backgroundPrimary
|
||||
from: 10
|
||||
to: 900
|
||||
stepSize: 10
|
||||
|
|
@ -500,6 +501,7 @@ ColumnLayout {
|
|||
ThemedSlider {
|
||||
id: fpsSlider
|
||||
Layout.fillWidth: true
|
||||
cutoutColor: Theme.backgroundPrimary
|
||||
from: 30
|
||||
to: 500
|
||||
stepSize: 5
|
||||
|
|
@ -551,6 +553,7 @@ ColumnLayout {
|
|||
ThemedSlider {
|
||||
id: durationSlider
|
||||
Layout.fillWidth: true
|
||||
cutoutColor: Theme.backgroundPrimary
|
||||
from: 0.25
|
||||
to: 10
|
||||
stepSize: 0.05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue