mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
stepsize 1 for screen brightness
This commit is contained in:
parent
e03fde87af
commit
3d7a8f62fc
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ Item {
|
||||||
}
|
}
|
||||||
minimumValue: maximumValue > 100 ? 1 : 0
|
minimumValue: maximumValue > 100 ? 1 : 0
|
||||||
maximumValue: root.maximumScreenBrightness
|
maximumValue: root.maximumScreenBrightness
|
||||||
|
stepSize: 1
|
||||||
}
|
}
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
Layout.preferredWidth: units.iconSizes.small
|
Layout.preferredWidth: units.iconSizes.small
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue