diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-08 11:10:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-08 11:10:44 +0000 |
| commit | 754c8df47f538333688d4897f58d7f4fe8e36f00 (patch) | |
| tree | 81ad2795c9e594b61dc25afc8234812a8b72358a /src/qmmpui/forms | |
| parent | 50954bf5cb548ff7e9e061201c6c22e7297a77f6 (diff) | |
| download | qmmp-754c8df47f538333688d4897f58d7f4fe8e36f00.tar.gz qmmp-754c8df47f538333688d4897f58d7f4fe8e36f00.tar.bz2 qmmp-754c8df47f538333688d4897f58d7f4fe8e36f00.zip | |
removed auto-resize option from column editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4827 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/forms')
| -rw-r--r-- | src/qmmpui/forms/columneditor.ui | 50 |
1 files changed, 20 insertions, 30 deletions
diff --git a/src/qmmpui/forms/columneditor.ui b/src/qmmpui/forms/columneditor.ui index 3506dff5c..9d7ed66ba 100644 --- a/src/qmmpui/forms/columneditor.ui +++ b/src/qmmpui/forms/columneditor.ui @@ -6,17 +6,14 @@ <rect> <x>0</x> <y>0</y> - <width>382</width> - <height>192</height> + <width>391</width> + <height>149</height> </rect> </property> <property name="windowTitle"> <string>Edit Column</string> </property> - <layout class="QFormLayout" name="formLayout"> - <property name="fieldGrowthPolicy"> - <enum>QFormLayout::AllNonFixedFieldsGrow</enum> - </property> + <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>6</number> </property> @@ -33,27 +30,30 @@ </property> </widget> </item> - <item row="0" column="1"> - <widget class="QComboBox" name="comboBox"/> - </item> - <item row="1" column="0"> + <item row="1" column="0" colspan="2"> <widget class="QLabel" name="label"> <property name="text"> <string>Name:</string> </property> </widget> </item> - <item row="1" column="1"> + <item row="0" column="2"> + <widget class="QComboBox" name="comboBox"/> + </item> + <item row="1" column="2"> <widget class="QLineEdit" name="nameLineEdit"/> </item> - <item row="3" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Format:</string> + <item row="4" column="0" colspan="3"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> - <item row="3" column="1"> + <item row="2" column="2"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="formatLineEdit"/> @@ -70,24 +70,14 @@ </item> </layout> </item> - <item row="7" column="0" colspan="2"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="5" column="0" colspan="2"> - <widget class="QCheckBox" name="autoResizeCheckBox"> + <item row="2" column="0" colspan="2"> + <widget class="QLabel" name="label_3"> <property name="text"> - <string>Auto-scale column with window size</string> + <string>Format:</string> </property> </widget> </item> - <item row="6" column="0"> + <item row="3" column="0"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |
