aboutsummaryrefslogtreecommitdiff
path: root/src/ui/forms
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-05 12:57:33 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-05 12:57:33 +0000
commit1dcb81fd3bfbf35edcec648f909443677773bfaa (patch)
tree589ad2658cc0449447c24dead17587e763801f6c /src/ui/forms
parent721d24767723ad74e7cb2e664cc0aeaac5501cf3 (diff)
downloadqmmp-1dcb81fd3bfbf35edcec648f909443677773bfaa.tar.gz
qmmp-1dcb81fd3bfbf35edcec648f909443677773bfaa.tar.bz2
qmmp-1dcb81fd3bfbf35edcec648f909443677773bfaa.zip
added null output plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1550 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/forms')
-rw-r--r--src/ui/forms/configdialog.ui11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ui/forms/configdialog.ui b/src/ui/forms/configdialog.ui
index 29dccdff5..a355740a8 100644
--- a/src/ui/forms/configdialog.ui
+++ b/src/ui/forms/configdialog.ui
@@ -40,11 +40,17 @@
<item>
<widget class="QListWidget" name="contentsWidget">
<property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>170</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>180</width>
@@ -1138,6 +1144,9 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
<property name="sizeHint" stdset="0">
<size>
<width>110</width>