Fix button size in dialog.
--HG-- branch : develop
This commit is contained in:
parent
70db56d74c
commit
fd0e8b447a
|
@ -73,6 +73,18 @@
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="toolButtonStandard">
|
<widget class="QToolButton" name="toolButtonStandard">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>166</width>
|
||||||
|
<height>123</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>166</width>
|
||||||
|
<height>123</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Graduation</string>
|
<string>Graduation</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -119,6 +131,18 @@
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="toolButtonIndividual">
|
<widget class="QToolButton" name="toolButtonIndividual">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>166</width>
|
||||||
|
<height>123</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>166</width>
|
||||||
|
<height>123</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Individual</string>
|
<string>Individual</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user