diff -r d4fa462547bc -r a05eff845522 Preferences/ConfigurationPages/EditorSpellCheckingPage.ui --- a/Preferences/ConfigurationPages/EditorSpellCheckingPage.ui Tue Jan 07 18:08:40 2014 +0100 +++ b/Preferences/ConfigurationPages/EditorSpellCheckingPage.ui Wed Jan 08 19:07:23 2014 +0100 @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>576</width> + <width>578</width> <height>666</height> </rect> </property> @@ -47,7 +47,16 @@ <enum>QFrame::Plain</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> - <property name="margin"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> <number>0</number> </property> <item> @@ -229,16 +238,6 @@ </property> </widget> </item> - <item row="0" column="2"> - <widget class="QPushButton" name="pwlButton"> - <property name="toolTip"> - <string>Select the personal word list file via a file selection dialog</string> - </property> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> <item row="1" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> @@ -253,16 +252,6 @@ </property> </widget> </item> - <item row="1" column="2"> - <widget class="QPushButton" name="pelButton"> - <property name="toolTip"> - <string>Select the personal exclude list file via a file selection dialog</string> - </property> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> <item row="2" column="0" colspan="3"> <widget class="QLabel" name="label_6"> <property name="text"> @@ -277,6 +266,20 @@ </property> </widget> </item> + <item row="0" column="2"> + <widget class="QToolButton" name="pwlButton"> + <property name="toolTip"> + <string>Select the personal word list file via a file selection dialog</string> + </property> + </widget> + </item> + <item row="1" column="2"> + <widget class="QToolButton" name="pelButton"> + <property name="toolTip"> + <string>Select the personal exclude list file via a file selection dialog</string> + </property> + </widget> + </item> </layout> </widget> </item>