diff options
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/settings_appearance.ui | 91 | 
1 files changed, 80 insertions, 11 deletions
diff --git a/src/settings/settings_appearance.ui b/src/settings/settings_appearance.ui index b0232089..c9a02b0e 100644 --- a/src/settings/settings_appearance.ui +++ b/src/settings/settings_appearance.ui @@ -6,8 +6,8 @@     <rect>      <x>0</x>      <y>0</y> -    <width>570</width> -    <height>562</height> +    <width>417</width> +    <height>558</height>     </rect>    </property>    <property name="windowTitle"> @@ -25,14 +25,14 @@          <item row="0" column="0">           <widget class="QLabel" name="label">            <property name="sizePolicy"> -           <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">              <horstretch>0</horstretch>              <verstretch>0</verstretch>             </sizepolicy>            </property>            <property name="minimumSize">             <size> -            <width>150</width> +            <width>200</width>              <height>0</height>             </size>            </property> @@ -47,14 +47,14 @@          <item row="1" column="0">           <widget class="QLabel" name="label_2">            <property name="sizePolicy"> -           <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">              <horstretch>0</horstretch>              <verstretch>0</verstretch>             </sizepolicy>            </property>            <property name="minimumSize">             <size> -            <width>150</width> +            <width>200</width>              <height>0</height>             </size>            </property> @@ -68,6 +68,18 @@          </item>          <item row="2" column="0">           <widget class="QLabel" name="label_3"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>200</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Serif font:</string>            </property> @@ -81,6 +93,18 @@          </item>          <item row="3" column="0">           <widget class="QLabel" name="label_6"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>200</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Sans Serif font:</string>            </property> @@ -100,6 +124,18 @@          </item>          <item row="4" column="0">           <widget class="QLabel" name="label_7"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>200</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Cursive font:</string>            </property> @@ -113,6 +149,18 @@          </item>          <item row="5" column="0">           <widget class="QLabel" name="label_8"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>200</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Fantasy font:</string>            </property> @@ -138,14 +186,14 @@        <item row="0" column="0">         <widget class="QLabel" name="label_9">          <property name="sizePolicy"> -         <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> +         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">            <horstretch>0</horstretch>            <verstretch>0</verstretch>           </sizepolicy>          </property>          <property name="minimumSize">           <size> -          <width>150</width> +          <width>200</width>            <height>0</height>           </size>          </property> @@ -163,14 +211,14 @@        <item row="1" column="0">         <widget class="QLabel" name="label_4">          <property name="sizePolicy"> -         <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> +         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">            <horstretch>0</horstretch>            <verstretch>0</verstretch>           </sizepolicy>          </property>          <property name="minimumSize">           <size> -          <width>150</width> +          <width>200</width>            <height>0</height>           </size>          </property> @@ -196,9 +244,24 @@       <layout class="QHBoxLayout" name="horizontalLayout_2">        <item>         <widget class="QLabel" name="label_10"> +        <property name="sizePolicy"> +         <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +          <horstretch>0</horstretch> +          <verstretch>0</verstretch> +         </sizepolicy> +        </property> +        <property name="minimumSize"> +         <size> +          <width>200</width> +          <height>0</height> +         </size> +        </property>          <property name="text">           <string>Default character encoding:</string>          </property> +        <property name="alignment"> +         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +        </property>         </widget>        </item>        <item> @@ -218,9 +281,15 @@        </property>        <item row="0" column="0">         <widget class="QLabel" name="label_5"> +        <property name="sizePolicy"> +         <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +          <horstretch>0</horstretch> +          <verstretch>0</verstretch> +         </sizepolicy> +        </property>          <property name="minimumSize">           <size> -          <width>150</width> +          <width>200</width>            <height>0</height>           </size>          </property>  | 
