diff options
| -rw-r--r-- | src/settings_fonts.ui | 132 | 
1 files changed, 53 insertions, 79 deletions
| diff --git a/src/settings_fonts.ui b/src/settings_fonts.ui index ef97eeea..d3090ef7 100644 --- a/src/settings_fonts.ui +++ b/src/settings_fonts.ui @@ -6,8 +6,8 @@     <rect>      <x>0</x>      <y>0</y> -    <width>369</width> -    <height>211</height> +    <width>363</width> +    <height>241</height>     </rect>    </property>    <property name="windowTitle"> @@ -15,88 +15,62 @@    </property>    <layout class="QVBoxLayout" name="verticalLayout">     <item> -    <spacer name="verticalSpacer_4"> -     <property name="orientation"> -      <enum>Qt::Vertical</enum> -     </property> -     <property name="sizeHint" stdset="0"> -      <size> -       <width>20</width> -       <height>40</height> -      </size> -     </property> -    </spacer> -   </item> -   <item> -    <layout class="QGridLayout" name="gridLayout"> -     <item row="0" column="0"> -      <widget class="QLabel" name="label"> -       <property name="text"> -        <string>Standard Font</string> -       </property> -      </widget> -     </item> -     <item row="0" column="1"> -      <widget class="KFontComboBox" name="standardFont"/> -     </item> -     <item row="1" column="0"> -      <widget class="QLabel" name="label_2"> -       <property name="text"> -        <string>Fixed Font</string> -       </property> -      </widget> -     </item> -     <item row="1" column="1"> -      <widget class="KFontComboBox" name="fixedFont"/> -     </item> -    </layout> -   </item> -   <item> -    <spacer name="verticalSpacer_2"> -     <property name="orientation"> -      <enum>Qt::Vertical</enum> -     </property> -     <property name="sizeHint" stdset="0"> -      <size> -       <width>20</width> -       <height>40</height> -      </size> -     </property> -    </spacer> -   </item> -   <item> -    <widget class="Line" name="line"> -     <property name="orientation"> -      <enum>Qt::Horizontal</enum> +    <widget class="QGroupBox" name="groupBox"> +     <property name="title"> +      <string>Fonts</string>       </property> +     <layout class="QVBoxLayout" name="verticalLayout_3"> +      <item> +       <layout class="QGridLayout" name="gridLayout"> +        <item row="0" column="0"> +         <widget class="QLabel" name="label"> +          <property name="text"> +           <string>Standard Font</string> +          </property> +         </widget> +        </item> +        <item row="1" column="0"> +         <widget class="QLabel" name="label_2"> +          <property name="text"> +           <string>Fixed Font</string> +          </property> +         </widget> +        </item> +        <item row="1" column="1"> +         <widget class="KFontComboBox" name="fixedFont"/> +        </item> +        <item row="0" column="1"> +         <widget class="KFontComboBox" name="standardFont"/> +        </item> +       </layout> +      </item> +     </layout> +     <zorder></zorder> +     <zorder></zorder>      </widget>     </item>     <item> -    <spacer name="verticalSpacer_3"> -     <property name="orientation"> -      <enum>Qt::Vertical</enum> +    <widget class="QGroupBox" name="groupBox_2"> +     <property name="title"> +      <string>Dimension</string>       </property> -     <property name="sizeHint" stdset="0"> -      <size> -       <width>20</width> -       <height>40</height> -      </size> -     </property> -    </spacer> -   </item> -   <item> -    <layout class="QHBoxLayout" name="horizontalLayout"> -     <item> -      <widget class="QLabel" name="label_3"> -       <property name="text"> -        <string>Font Size</string> -       </property> -      </widget> -     </item> -     <item> -      <widget class="QSpinBox" name="fontSize"/> -     </item> -    </layout> +     <layout class="QVBoxLayout" name="verticalLayout_2"> +      <item> +       <layout class="QHBoxLayout" name="horizontalLayout"> +        <item> +         <widget class="QLabel" name="label_3"> +          <property name="text"> +           <string>Font Size</string> +          </property> +         </widget> +        </item> +        <item> +         <widget class="QSpinBox" name="fontSize"/> +        </item> +       </layout> +      </item> +     </layout> +    </widget>     </item>     <item>      <spacer name="verticalSpacer"> | 
