Make sure zoomOption box is big enough even for the largest zoom

This commit is contained in:
baldurk
2016-10-07 17:13:50 +02:00
parent 63b92f76c8
commit 2fe5165481
+6
View File
@@ -334,6 +334,12 @@
</item>
<item>
<widget class="QComboBox" name="zoomOption">
<property name="minimumSize">
<size>
<width>70</width>
<height>0</height>
</size>
</property>
<property name="editable">
<bool>true</bool>
</property>