Button size fix

This commit is contained in:
Syping 2018-01-24 16:22:44 +01:00
parent 42845e1cb5
commit add51460a3
4 changed files with 25 additions and 1 deletions

View file

@ -106,6 +106,12 @@
</item>
<item>
<widget class="QPushButton" name="cmdSave">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Save</string>
</property>
@ -113,6 +119,12 @@
</item>
<item>
<widget class="QPushButton" name="cmdClose">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Close</string>
</property>