stepsize 1 for screen brightness

This commit is contained in:
Marco Martin 2017-09-12 20:27:08 +02:00
parent e03fde87af
commit 3d7a8f62fc

View file

@ -158,6 +158,7 @@ Item {
}
minimumValue: maximumValue > 100 ? 1 : 0
maximumValue: root.maximumScreenBrightness
stepSize: 1
}
PlasmaCore.IconItem {
Layout.preferredWidth: units.iconSizes.small