Manually set icon size, this should fix #640

issue406
Marius Kintel 2014-02-14 00:44:51 -05:00
parent 78baae599b
commit e66e1691a9
1 changed files with 8 additions and 2 deletions

View File

@ -417,8 +417,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>803</width>
<height>311</height>
<width>98</width>
<height>36</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
@ -577,6 +577,12 @@
<property name="allowedAreas">
<set>Qt::TopToolBarArea</set>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>