diff options
Diffstat (limited to 'launcher/ui/widgets/SubTaskProgressBar.ui')
-rw-r--r-- | launcher/ui/widgets/SubTaskProgressBar.ui | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/launcher/ui/widgets/SubTaskProgressBar.ui b/launcher/ui/widgets/SubTaskProgressBar.ui index 966fdb88..ceae5e26 100644 --- a/launcher/ui/widgets/SubTaskProgressBar.ui +++ b/launcher/ui/widgets/SubTaskProgressBar.ui @@ -6,12 +6,12 @@ <rect> <x>0</x> <y>0</y> - <width>265</width> - <height>65</height> + <width>597</width> + <height>61</height> </rect> </property> <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Ignored"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> @@ -20,29 +20,45 @@ <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0"> + <property name="spacing"> + <number>0</number> + </property> <item> <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0"> <item> <widget class="QLabel" name="statusLabel"> <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> + <property name="font"> + <font> + <pointsize>8</pointsize> + </font> + </property> <property name="text"> <string>Sub Task Status...</string> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> <item> <widget class="QLabel" name="statusDetailsLabel"> <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> + <property name="font"> + <font> + <pointsize>8</pointsize> + </font> + </property> <property name="text"> <string>Status Details</string> </property> @@ -55,6 +71,11 @@ </item> <item> <widget class="QProgressBar" name="progressBar"> + <property name="font"> + <font> + <pointsize>8</pointsize> + </font> + </property> <property name="value"> <number>24</number> </property> |