diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-31 12:29:59 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-01 10:47:31 -0700 |
commit | f1028fa66d556b024765ba4e21ac76d4510a3e3e (patch) | |
tree | 1a94095040254ceb02839d3b6e4674efcb7f909e /launcher/ui/dialogs/ProgressDialog.ui | |
parent | 9d2f0e4dc8fc3995052770c6a7948cb0372fdcbb (diff) | |
download | PrismLauncher-f1028fa66d556b024765ba4e21ac76d4510a3e3e.tar.gz PrismLauncher-f1028fa66d556b024765ba4e21ac76d4510a3e3e.tar.bz2 PrismLauncher-f1028fa66d556b024765ba4e21ac76d4510a3e3e.zip |
fix: properly map progress range
- doument PCRE used for URL compacting
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
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"> |