diff options
Diffstat (limited to 'launcher/ui/dialogs/ProgressDialog.ui')
-rw-r--r-- | launcher/ui/dialogs/ProgressDialog.ui | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/launcher/ui/dialogs/ProgressDialog.ui b/launcher/ui/dialogs/ProgressDialog.ui index 47597689..a4d08124 100644 --- a/launcher/ui/dialogs/ProgressDialog.ui +++ b/launcher/ui/dialogs/ProgressDialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>600</width> - <height>260</height> + <width>480</width> + <height>210</height> </rect> </property> <property name="sizePolicy"> @@ -18,19 +18,16 @@ </property> <property name="minimumSize"> <size> - <width>600</width> - <height>260</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>600</width> - <height>16777215</height> + <width>480</width> + <height>210</height> </size> </property> <property name="windowTitle"> <string>Please wait...</string> </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0"> <item> <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0"> @@ -112,8 +109,8 @@ <rect> <x>0</x> <y>0</y> - <width>584</width> - <height>146</height> + <width>464</width> + <height>96</height> </rect> </property> <layout class="QVBoxLayout" name="taskProgressLayout"> |