Browse Source

Fix torrent addition dialog buttons height (Thanks Mariusz Fik)

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
1eac3d1700
  1. 12
      src/ui/torrentadditiondlg.ui

12
src/ui/torrentadditiondlg.ui

@ -209,12 +209,6 @@ @@ -209,12 +209,6 @@
</item>
<item>
<widget class="QPushButton" name="collapseAllButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>Collapse all</string>
</property>
@ -222,12 +216,6 @@ @@ -222,12 +216,6 @@
</item>
<item>
<widget class="QPushButton" name="expandAllButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>Expand all</string>
</property>

Loading…
Cancel
Save