Set a minimum vertical size to the Account Wizard's buttons.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3989 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-12-19 16:06:38 +00:00
parent 0e10921f42
commit 62d7ba5ad8
1 changed files with 24 additions and 0 deletions

View File

@ -1394,6 +1394,12 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QPushButton" name="prev" >
<property name="minimumSize">
<size>
<width>0</width>
<height>28</height>
</size>
</property>
<property name="text" >
<string>Previous</string>
</property>
@ -1404,6 +1410,12 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QPushButton" name="next" >
<property name="minimumSize">
<size>
<width>0</width>
<height>28</height>
</size>
</property>
<property name="text" >
<string>Next</string>
</property>
@ -1414,6 +1426,12 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QPushButton" name="cancel" >
<property name="minimumSize">
<size>
<width>0</width>
<height>28</height>
</size>
</property>
<property name="text" >
<string>Cancel</string>
</property>
@ -1421,6 +1439,12 @@ p, li { white-space: pre-wrap; }
</item>
<item>
<widget class="QPushButton" name="button_hide" >
<property name="minimumSize">
<size>
<width>0</width>
<height>28</height>
</size>
</property>
<property name="text" >
<string>Close</string>
</property>