mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 14:42:29 -06:00
Fix torrent addition dialog buttons height (Thanks Mariusz Fik)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.2.5
|
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.2.5
|
||||||
- BUGFIX: Fix default width of file name column in torrent content
|
- BUGFIX: Fix default width of file name column in torrent content
|
||||||
- BUGFIX: Fix crash when adding a new torrent label
|
- BUGFIX: Fix crash when adding a new torrent label
|
||||||
|
- BUGFIX: Fix torrent addition dialog buttons height
|
||||||
|
|
||||||
* Tue Apr 06 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.4
|
* Tue Apr 06 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.4
|
||||||
- BUGFIX: Fix possible crash when adding a torrent
|
- BUGFIX: Fix possible crash when adding a torrent
|
||||||
|
|||||||
@@ -209,12 +209,6 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="collapseAllButton">
|
<widget class="QPushButton" name="collapseAllButton">
|
||||||
<property name="maximumSize">
|
|
||||||
<size>
|
|
||||||
<width>16777215</width>
|
|
||||||
<height>21</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Collapse all</string>
|
<string>Collapse all</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -222,12 +216,6 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="expandAllButton">
|
<widget class="QPushButton" name="expandAllButton">
|
||||||
<property name="maximumSize">
|
|
||||||
<size>
|
|
||||||
<width>16777215</width>
|
|
||||||
<height>21</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Expand all</string>
|
<string>Expand all</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user