Make Slider look nice

This commit is contained in:
Ly-sec 2025-08-08 15:12:06 +02:00
parent 5488ac8bcc
commit 7371610112
3 changed files with 68 additions and 10 deletions

View file

@ -434,6 +434,7 @@ ColumnLayout {
id: scaleSlider
Layout.fillWidth: true
screen: modelData
cutoutColor: Theme.surface
from: 0.8
to: 2.0
stepSize: 0.05

View file

@ -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