COSMETIC: Use 24px size for toolbar icons

This commit is contained in:
Christophe Dumez
2011-01-10 15:54:20 +00:00
parent e5e4bb1111
commit 737fee79ed
2 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.1 * Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.6.1
- BUGFIX: Really disable torrent addition dialog by default - BUGFIX: Really disable torrent addition dialog by default
- BUGFIX: Fix some missing icons in the Web UI - BUGFIX: Fix some missing icons in the Web UI
- COSMETIC: Use 24px size for toolbar icons
* Sun Jan 9 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.0 * Sun Jan 9 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.6.0
- FEATURE: Use system icons (Linux, Qt >= 4.6) - FEATURE: Use system icons (Linux, Qt >= 4.6)

View File

@@ -115,12 +115,6 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="floatable"> <property name="floatable">
<bool>false</bool> <bool>false</bool>
</property> </property>