summaryrefslogtreecommitdiff
path: root/src/settings/settings_webkit.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/settings_webkit.ui')
-rw-r--r--src/settings/settings_webkit.ui33
1 files changed, 27 insertions, 6 deletions
diff --git a/src/settings/settings_webkit.ui b/src/settings/settings_webkit.ui
index 3d03561c..aa34a4dc 100644
--- a/src/settings/settings_webkit.ui
+++ b/src/settings/settings_webkit.ui
@@ -96,21 +96,21 @@
<property name="title">
<string>Plugins</string>
</property>
- <layout class="QFormLayout" name="formLayout">
- <item row="0" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
<widget class="QLabel" name="label_2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
+ <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
- <width>150</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
@@ -122,14 +122,20 @@
</property>
</widget>
</item>
- <item row="0" column="1">
+ <item>
<widget class="KComboBox" name="kcfg_pluginsEnabled">
<property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>0</height>
+ </size>
+ </property>
<item>
<property name="text">
<string>Autoload Plugins</string>
@@ -181,13 +187,28 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string>Offline web application quota</string>
</property>
+ <property name="alignment">
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
</widget>
</item>
<item>
<widget class="KIntNumInput" name="kcfg_offlineWebApplicationCacheQuota">
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="minimum">
<number>0</number>
</property>