1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Fix torrent import dialog layout (Closes #930932)

This commit is contained in:
Christophe Dumez 2012-02-18 20:21:33 +02:00
parent 9e3deb68de
commit 58603451b4

View File

@ -16,9 +16,6 @@
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>15</number>
</property>
<item> <item>
<widget class="QLabel" name="lbl_info"> <widget class="QLabel" name="lbl_info">
<property name="sizePolicy"> <property name="sizePolicy">
@ -27,6 +24,18 @@
<verstretch>32</verstretch> <verstretch>32</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>38</width>
<height>38</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>38</width>
<height>38</height>
</size>
</property>
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
@ -34,6 +43,12 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>This assistant will help you share with qBittorrent a torrent that you have already downloaded.</string> <string>This assistant will help you share with qBittorrent a torrent that you have already downloaded.</string>
</property> </property>