change toolbar icon size to 24x24 for the customization dialog

This commit is contained in:
Salvatore Larosa 2016-01-30 11:31:43 +01:00
parent e5674fa63b
commit 6854902ec5

View File

@ -69,6 +69,12 @@
<property name="movable">
<bool>false</bool>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>