Set toolbar icon size to 22x22 to avoid downsampling

This commit is contained in:
Janek Bevendorff 2018-03-04 14:09:23 +01:00
parent da00a6c687
commit d1d97bed73

View File

@ -175,14 +175,6 @@
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>34</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>&amp;Database</string>
@ -288,6 +280,12 @@
<property name="movable">
<bool>false</bool>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>