From 79d6e943b041af1ed115171b98879d53eb17c28c Mon Sep 17 00:00:00 2001 From: Erik Verbruggen <erik.verbruggen@nokia.com> Date: Thu, 11 Nov 2010 10:46:08 +0100 Subject: [PATCH] Removed left-over from merge request: duplicate file encoding combo. --- src/plugins/coreplugin/generalsettings.ui | 96 +++++++---------------- 1 file changed, 28 insertions(+), 68 deletions(-) diff --git a/src/plugins/coreplugin/generalsettings.ui b/src/plugins/coreplugin/generalsettings.ui index a44dfdef5a3..394699b548f 100644 --- a/src/plugins/coreplugin/generalsettings.ui +++ b/src/plugins/coreplugin/generalsettings.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>487</width> - <height>343</height> + <width>527</width> + <height>323</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -27,56 +27,6 @@ </property> </widget> </item> - <item row="0" column="1"> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="Utils::QtColorButton" name="colorButton"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>64</width> - <height>0</height> - </size> - </property> - <property name="alphaAllowed" stdset="0"> - <bool>false</bool> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="resetButton"> - <property name="toolTip"> - <string>Reset to default</string> - </property> - <property name="text"> - <string>R</string> - </property> - <property name="icon"> - <iconset resource="core.qrc"> - <normaloff>:/core/images/reset.png</normaloff>:/core/images/reset.png</iconset> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>285</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> <item row="2" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> @@ -104,33 +54,43 @@ </item> </layout> </item> - <item row="3" column="0"> - <widget class="QLabel" name="encodingLabel"> - <property name="text"> - <string>Default file encoding: </string> - </property> - </widget> - </item> - <item row="3" column="1"> - <layout class="QHBoxLayout" name="horizontalLayout_6"> + <item row="0" column="1"> + <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QComboBox" name="encodingBox"> + <widget class="Utils::QtColorButton" name="colorButton"> <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="sizeAdjustPolicy"> - <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> + <property name="minimumSize"> + <size> + <width>64</width> + <height>0</height> + </size> </property> - <property name="minimumContentsLength"> - <number>20</number> + <property name="alphaAllowed" stdset="0"> + <bool>false</bool> </property> </widget> </item> <item> - <spacer name="horizontalSpacer_6"> + <widget class="QToolButton" name="resetButton"> + <property name="toolTip"> + <string>Reset to default</string> + </property> + <property name="text"> + <string>R</string> + </property> + <property name="icon"> + <iconset resource="core.qrc"> + <normaloff>:/core/images/reset.png</normaloff>:/core/images/reset.png</iconset> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> -- GitLab