diff -r c270c9501f1c -r 17ab17a3e6b3 src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.ui --- a/src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.ui Tue Oct 10 18:05:17 2023 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.ui Wed Oct 11 15:44:59 2023 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>499</width> - <height>1126</height> + <height>1049</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> @@ -37,15 +37,15 @@ <string>Fonts</string> </property> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label_2"> + <item row="3" column="0"> + <widget class="QLabel" name="label_5"> <property name="text"> - <string>Standard Font:</string> + <string>Sans Serif Font:</string> </property> </widget> </item> - <item row="0" column="1"> - <widget class="QFontComboBox" name="standardFontCombo"> + <item row="4" column="1"> + <widget class="QFontComboBox" name="cursiveFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> @@ -53,14 +53,20 @@ </sizepolicy> </property> <property name="toolTip"> - <string>Select the standard font</string> + <string>Select the cursive font</string> </property> </widget> </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Fixed Width Font:</string> + <item row="5" column="1"> + <widget class="QFontComboBox" name="fantasyFontCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Select the fantasy font</string> </property> </widget> </item> @@ -80,13 +86,6 @@ </property> </widget> </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Serif Font:</string> - </property> - </widget> - </item> <item row="2" column="1"> <widget class="QFontComboBox" name="serifFontCombo"> <property name="sizePolicy"> @@ -100,13 +99,6 @@ </property> </widget> </item> - <item row="3" column="0"> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Sans Serif Font:</string> - </property> - </widget> - </item> <item row="3" column="1"> <widget class="QFontComboBox" name="sansSerifFontCombo"> <property name="sizePolicy"> @@ -120,6 +112,20 @@ </property> </widget> </item> + <item row="0" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Standard Font:</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Fixed Width Font:</string> + </property> + </widget> + </item> <item row="4" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> @@ -127,8 +133,15 @@ </property> </widget> </item> - <item row="4" column="1"> - <widget class="QFontComboBox" name="cursiveFontCombo"> + <item row="2" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Serif Font:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QFontComboBox" name="standardFontCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> @@ -136,7 +149,7 @@ </sizepolicy> </property> <property name="toolTip"> - <string>Select the cursive font</string> + <string>Select the standard font</string> </property> </widget> </item> @@ -147,39 +160,6 @@ </property> </widget> </item> - <item row="5" column="1"> - <widget class="QFontComboBox" name="fantasyFontCombo"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string>Select the fantasy font</string> - </property> - </widget> - </item> - <item row="6" column="0"> - <widget class="QLabel" name="pictographFontLabel"> - <property name="text"> - <string>Pictograph Font:</string> - </property> - </widget> - </item> - <item row="6" column="1"> - <widget class="QFontComboBox" name="pictographFontCombo"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string>Select the pictograph font</string> - </property> - </widget> - </item> </layout> </widget> </item> @@ -541,7 +521,6 @@ <tabstop>sansSerifFontCombo</tabstop> <tabstop>cursiveFontCombo</tabstop> <tabstop>fantasyFontCombo</tabstop> - <tabstop>pictographFontCombo</tabstop> <tabstop>defaultSizeSpinBox</tabstop> <tabstop>fixedSizeSpinBox</tabstop> <tabstop>minSizeSpinBox</tabstop>