summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-08-07 11:55:19 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-08-07 11:55:19 +0200
commitf1fdfc9ae11a0f9b01052d0983a573e1383789f4 (patch)
tree9f646fbd6ed3190ef39249fff01f667a48451be8
parentEnable WebGL by default (diff)
downloadrekonq-f1fdfc9ae11a0f9b01052d0983a573e1383789f4.tar.xz
"Clean up" Appearance settings widget
The easiest solution I found is fixing a width for the labels. Hope it will be good
-rw-r--r--src/settings/settings_appearance.ui91
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>