diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-16 08:47:17 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-16 08:47:17 -0400 |
commit | a3aaf8c2c8fdc39b5405dd985259ac86002c867e (patch) | |
tree | fbedb5ef5df947017a8b69a95dc7caa3ca1f7947 /lumina-desktop/panel-plugins | |
parent | Make sure that the QT_QPA_PLATFORMTHEME environment variable is purged before... (diff) | |
download | lumina-a3aaf8c2c8fdc39b5405dd985259ac86002c867e.tar.gz lumina-a3aaf8c2c8fdc39b5405dd985259ac86002c867e.tar.bz2 lumina-a3aaf8c2c8fdc39b5405dd985259ac86002c867e.zip |
Ensure that the screen brightness slider in the system dashboard only goes down to 10% - this prevents the user from completely blacking out their screen by accident.
Diffstat (limited to 'lumina-desktop/panel-plugins')
-rw-r--r-- | lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui b/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui index 67e83a45..26c32c74 100644 --- a/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui +++ b/lumina-desktop/panel-plugins/systemdashboard/SysMenuQuick.ui @@ -198,6 +198,9 @@ font: bold; </item> <item> <widget class="QSlider" name="slider_brightness"> + <property name="minimum"> + <number>10</number> + </property> <property name="maximum"> <number>100</number> </property> |