Fix the size of the icecast filter widget icons

This commit is contained in:
David Sansome 2010-11-23 23:10:38 +00:00
parent b9f7cf78a9
commit 83948e4973
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,12 @@
</property>
<item>
<widget class="QToolButton" name="clear">
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
@ -36,6 +42,12 @@
</item>
<item>
<widget class="QToolButton" name="options">
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>