diff options
Diffstat (limited to 'utils/themeeditor/gui/skintimer.ui')
| -rw-r--r-- | utils/themeeditor/gui/skintimer.ui | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/utils/themeeditor/gui/skintimer.ui b/utils/themeeditor/gui/skintimer.ui index a9f5fea..b60be5f 100644 --- a/utils/themeeditor/gui/skintimer.ui +++ b/utils/themeeditor/gui/skintimer.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>238</width> - <height>204</height> + <height>198</height> </rect> </property> <property name="windowTitle"> @@ -39,7 +39,7 @@ <number>1</number> </property> <property name="minimum"> - <double>0.100000000000000</double> + <double>0.600000000000000</double> </property> <property name="maximum"> <double>3.000000000000000</double> @@ -58,12 +58,12 @@ <string>Duration</string> </property> <property name="buddy"> - <cstring>spinBox</cstring> + <cstring>durationBox</cstring> </property> </widget> </item> <item row="1" column="1"> - <widget class="QSpinBox" name="spinBox"> + <widget class="QSpinBox" name="durationBox"> <property name="suffix"> <string>s</string> </property> @@ -82,9 +82,15 @@ </item> <item> <widget class="QProgressBar" name="statusBar"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="value"> <number>0</number> </property> + <property name="textVisible"> + <bool>false</bool> + </property> </widget> </item> <item> |