1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 15:04:36 +00:00

Fix torrent addition dialog buttons height (Thanks Mariusz Fik)

This commit is contained in:
Christophe Dumez 2010-04-06 16:13:32 +00:00
parent 48585bb049
commit 1eac3d1700

View File

@ -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 @@
</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>