diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-17 14:55:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-17 14:55:25 +0000 |
| commit | 5f99afc31569637ac29935b2073e943ac1c2414b (patch) | |
| tree | 7393569e156da2eb7c161150f79d50c61120dd52 /src/plugins/General/statusicon | |
| parent | fcc385fc5c74fb0af9483fefa5be64b95d299189 (diff) | |
| download | qmmp-5f99afc31569637ac29935b2073e943ac1c2414b.tar.gz qmmp-5f99afc31569637ac29935b2073e943ac1c2414b.tar.bz2 qmmp-5f99afc31569637ac29935b2073e943ac1c2414b.zip | |
fixed dialog layouts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@691 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/statusicon')
| -rw-r--r-- | src/plugins/General/statusicon/settingsdialog.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/plugins/General/statusicon/settingsdialog.ui b/src/plugins/General/statusicon/settingsdialog.ui index 7ffbb20db..048614ada 100644 --- a/src/plugins/General/statusicon/settingsdialog.ui +++ b/src/plugins/General/statusicon/settingsdialog.ui @@ -5,8 +5,8 @@ <rect> <x>0</x> <y>0</y> - <width>267</width> - <height>127</height> + <width>278</width> + <height>126</height> </rect> </property> <property name="windowTitle" > @@ -68,6 +68,12 @@ </item> <item row="3" column="2" > <widget class="QDialogButtonBox" name="buttonBox" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> |
