diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-26 22:11:14 +0700 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-26 22:11:14 +0700 |
commit | b31060a8af5c4cfa259c6917cea06745c21bc21b (patch) | |
tree | 0780d31331071882d493343b3a9025a4963fbf24 | |
parent | 7eac3816805056599dcbe7bd65eeb8c5849cd2ed (diff) | |
download | tdepowersave-b31060a8af5c4cfa259c6917cea06745c21bc21b.tar.gz tdepowersave-b31060a8af5c4cfa259c6917cea06745c21bc21b.zip |
Increased maximum time limit for timers to 1500 min (25 hours). This relates to bug 2599.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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"> |