diff options
author | flow <thiagodonato300@gmail.com> | 2022-05-01 11:08:00 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-05-21 08:36:36 -0300 |
commit | 166f8727121399f7604d25580ced39472e9a3034 (patch) | |
tree | a7172abed06076190f0befada203eb7ed386bf04 /launcher/ui/dialogs/ProgressDialog.ui | |
parent | 8f2c485c926e53f8b31f420f3d5caec090982498 (diff) | |
download | PrismLauncher-166f8727121399f7604d25580ced39472e9a3034.tar.gz PrismLauncher-166f8727121399f7604d25580ced39472e9a3034.tar.bz2 PrismLauncher-166f8727121399f7604d25580ced39472e9a3034.zip |
fix: various issues with ProgressDialog and SequentialTasks
- Fix aborting sequential tasks
- Fix displaying wrong number of tasks concluded
- Fix text cutting when the URL is too big
Diffstat (limited to 'launcher/ui/dialogs/ProgressDialog.ui')
-rw-r--r-- | launcher/ui/dialogs/ProgressDialog.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/ui/dialogs/ProgressDialog.ui b/launcher/ui/dialogs/ProgressDialog.ui index bf119a78..34ab71e3 100644 --- a/launcher/ui/dialogs/ProgressDialog.ui +++ b/launcher/ui/dialogs/ProgressDialog.ui @@ -40,6 +40,12 @@ </item> <item row="2" column="0"> <widget class="QLabel" name="statusLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="text"> <string>Task Status...</string> </property> |