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>
pull/1/head
Michele Calgaro 8 years ago
parent 7eac381680
commit b31060a8af

@ -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">

Loading…
Cancel
Save