diff options
author | Michele Calgaro <[email protected]> | 2016-02-26 22:11:14 +0700 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-02-26 22:16:26 +0700 |
commit | 56865f6a0fbffda09799f9531cd20b686ec5e07f (patch) | |
tree | 4e586805d070ee058e653af220ea5a6ac53856dd | |
parent | 969841f2adda9d7cf7892ae12b51b12c697abf59 (diff) | |
download | tdepowersave-56865f6a0fbffda09799f9531cd20b686ec5e07f.tar.gz tdepowersave-56865f6a0fbffda09799f9531cd20b686ec5e07f.zip |
Increased maximum time limit for timers to 1500 min (25 hours). This relates to bug 2599.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b31060a8af5c4cfa259c6917cea06745c21bc21b)
-rw-r--r-- | src/configure_Dialog.ui | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/configure_Dialog.ui b/src/configure_Dialog.ui index 0ef44bb..5ea68c5 100644 --- a/src/configure_Dialog.ui +++ b/src/configure_Dialog.ui @@ -327,7 +327,7 @@ <string> min</string> </property> <property name="maxValue"> - <number>120</number> + <number>1500</number> </property> </widget> <widget class="TQSpinBox" row="5" column="3"> @@ -341,7 +341,7 @@ <string> min</string> </property> <property name="maxValue"> - <number>120</number> + <number>1500</number> </property> </widget> <widget class="TQSpinBox" row="4" column="3"> @@ -355,7 +355,7 @@ <string> min</string> </property> <property name="maxValue"> - <number>120</number> + <number>1500</number> </property> </widget> </grid> @@ -573,16 +573,10 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> - <size> - <width>100</width> - <height>20</height> - </size> - </property> <property name="maximumSize"> <size> <width>32767</width> - <height>20</height> + <height>28</height> </size> </property> </widget> @@ -887,7 +881,7 @@ <string> %</string> </property> <property name="maxValue"> - <number>100</number> + <number>1500</number> </property> </widget> <widget class="TQLabel" row="2" column="3" rowspan="1" colspan="2"> @@ -944,7 +938,7 @@ <property name="maximumSize"> <size> <width>32767</width> - <height>20</height> + <height>28</height> </size> </property> <property name="suffix"> |