--Bug fixes

-Add min/max size on Palette Editor button to prevent weird resizing on Mac.
This commit is contained in:
Person 2017-03-11 09:25:08 -08:00
parent 74a371e567
commit a1862c5c1d

View File

@ -2468,6 +2468,18 @@
</item>
<item>
<widget class="QPushButton" name="PaletteEditorButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>Open the palette editor to make a custom palette</string>
</property>