summaryrefslogtreecommitdiff
path: root/data/interfaces
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-06-14 23:57:53 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-06-14 23:57:53 +0200
commit7173165e988bc90a420e881149dcc311c5c45047 (patch)
tree1fab914897993f2ca408c936ae043cb6d5626160 /data/interfaces
parent31bca667a0dbfbc26f32c278fc071a61d871b0a7 (diff)
downloadixfce4-power-manager-7173165e988bc90a420e881149dcc311c5c45047.tar.gz
settings: Allow critical battery level up to 70% (Fixes #67)
This may help with broken battery scenarios and there is little harm in allowing this in the UI.
Diffstat (limited to 'data/interfaces')
-rw-r--r--data/interfaces/xfpm-settings.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui
index ae2caa70..028d4573 100644
--- a/data/interfaces/xfpm-settings.ui
+++ b/data/interfaces/xfpm-settings.ui
@@ -39,7 +39,7 @@
</object>
<object class="GtkAdjustment" id="critical-power-level-spin-adjustment">
<property name="lower">1</property>
- <property name="upper">20</property>
+ <property name="upper">70</property>
<property name="value">5</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>