Browse Source

Fix torrent import dialog layout (Closes #930932)

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
58603451b4
  1. 21
      src/torrentimportdlg.ui

21
src/torrentimportdlg.ui

@ -16,9 +16,6 @@ @@ -16,9 +16,6 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>15</number>
</property>
<item>
<widget class="QLabel" name="lbl_info">
<property name="sizePolicy">
@ -27,6 +24,18 @@ @@ -27,6 +24,18 @@
<verstretch>32</verstretch>
</sizepolicy>
</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">
<string/>
</property>
@ -34,6 +43,12 @@ @@ -34,6 +43,12 @@
</item>
<item>
<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">
<string>This assistant will help you share with qBittorrent a torrent that you have already downloaded.</string>
</property>

Loading…
Cancel
Save