- Little cosmetic change in torrent addition dialog

This commit is contained in:
Christophe Dumez 2009-12-18 17:31:51 +00:00
commit 6965448a24

View file

@ -62,75 +62,61 @@
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <widget class="QLabel" name="label_2">
<item> <property name="text">
<widget class="QLabel" name="label_2"> <string>Torrent size:</string>
<property name="text"> </property>
<string>Torrent size:</string> </widget>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl_torrent_size">
<property name="text">
<string>Unknown</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <widget class="QLabel" name="lbl_torrent_size">
<item> <property name="text">
<widget class="QLabel" name="label"> <string>Unknown</string>
<property name="text"> </property>
<string>Free disk space:</string> </widget>
</property> </item>
</widget> <item>
</item> <widget class="QLabel" name="label_4">
<item> <property name="text">
<widget class="QLabel" name="lbl_disk_space"> <string notr="true"> - </string>
<property name="text"> </property>
<string>Unknown</string> </widget>
</property> </item>
</widget> <item>
</item> <widget class="QLabel" name="label">
<item> <property name="text">
<widget class="QLabel" name="label_space_msg"> <string>Free disk space:</string>
<property name="text"> </property>
<string/> </widget>
</property> </item>
</widget> <item>
</item> <widget class="QLabel" name="lbl_disk_space">
<item> <property name="text">
<spacer name="horizontalSpacer"> <string>Unknown</string>
<property name="orientation"> </property>
<enum>Qt::Horizontal</enum> </widget>
</property> </item>
<property name="sizeHint" stdset="0"> <item>
<size> <widget class="QLabel" name="label_space_msg">
<width>40</width> <property name="text">
<height>20</height> <string/>
</size> </property>
</property> </widget>
</spacer> </item>
</item> <item>
</layout> <spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item> </item>
</layout> </layout>
</item> </item>