changed button size in EditGroupDialog (Quartz)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@93 b624d157-de02-0410-bad0-e51aec6abb33
master
tarek_saidi 18 years ago
parent 438e27ae1e
commit fa68023a76
  1. 62
      src/forms/EditGroupDlg.ui

@ -14,14 +14,14 @@
</property> </property>
<property name="minimumSize" > <property name="minimumSize" >
<size> <size>
<width>200</width> <width>302</width>
<height>105</height> <height>105</height>
</size> </size>
</property> </property>
<property name="maximumSize" > <property name="maximumSize" >
<size> <size>
<width>302</width> <width>302</width>
<height>100</height> <height>105</height>
</size> </size>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
@ -63,27 +63,30 @@
<string>Icon:</string> <string>Icon:</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="ButtonCancel" > <widget class="Line" name="line1" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>227</x> <x>10</x>
<y>77</y> <y>62</y>
<width>70</width> <width>290</width>
<height>24</height> <height>16</height>
</rect> </rect>
</property> </property>
<property name="text" > <property name="frameShape" >
<string>&amp;Cancel</string> <enum>QFrame::HLine</enum>
</property> </property>
<property name="shortcut" > <property name="frameShadow" >
<string>Alt+C</string> <enum>QFrame::Sunken</enum>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="ButtonOK" > <widget class="QPushButton" name="ButtonOK" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>147</x> <x>140</x>
<y>77</y> <y>76</y>
<width>70</width> <width>70</width>
<height>24</height> <height>24</height>
</rect> </rect>
@ -95,40 +98,37 @@
<string>Alt+K</string> <string>Alt+K</string>
</property> </property>
</widget> </widget>
<widget class="Line" name="line1" > <widget class="QPushButton" name="ButtonCancel" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>10</x> <x>220</x>
<y>62</y> <y>76</y>
<width>290</width> <width>70</width>
<height>16</height> <height>24</height>
</rect> </rect>
</property> </property>
<property name="frameShape" > <property name="text" >
<enum>QFrame::HLine</enum> <string>&amp;Cancel</string>
</property>
<property name="frameShadow" >
<enum>QFrame::Sunken</enum>
</property> </property>
<property name="orientation" > <property name="shortcut" >
<enum>Qt::Horizontal</enum> <string>Alt+C</string>
</property> </property>
</widget> </widget>
<widget class="QComboBox" name="ComboIconPicker" > <widget class="QComboBox" name="ComboIconPicker" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>70</x> <x>68</x>
<y>40</y> <y>37</y>
<width>50</width> <width>62</width>
<height>21</height> <height>26</height>
</rect> </rect>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="Button_Icon" > <widget class="QPushButton" name="Button_Icon" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>123</x> <x>135</x>
<y>39</y> <y>38</y>
<width>21</width> <width>21</width>
<height>23</height> <height>23</height>
</rect> </rect>