diff options
Diffstat (limited to 'src/settings_webkit.ui')
-rw-r--r-- | src/settings_webkit.ui | 42 |
1 files changed, 14 insertions, 28 deletions
diff --git a/src/settings_webkit.ui b/src/settings_webkit.ui index 0452ec8a..362e392a 100644 --- a/src/settings_webkit.ui +++ b/src/settings_webkit.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>559</width> - <height>400</height> + <width>564</width> + <height>360</height> </rect> </property> <property name="windowTitle"> @@ -27,7 +27,7 @@ </property> </widget> </item> - <item row="0" column="1" rowspan="7"> + <item row="0" column="1" rowspan="6"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -35,9 +35,9 @@ </widget> </item> <item row="0" column="2"> - <widget class="QCheckBox" name="kcfg_developerExtrasEnabled"> + <widget class="QCheckBox" name="kcfg_linksIncludedInFocusChain"> <property name="text"> - <string>Developer Extras</string> + <string>Links included in focus chain</string> </property> </widget> </item> @@ -49,9 +49,9 @@ </widget> </item> <item row="1" column="2"> - <widget class="QCheckBox" name="kcfg_linksIncludedInFocusChain"> + <widget class="QCheckBox" name="kcfg_zoomTextOnly"> <property name="text"> - <string>Links included in focus chain</string> + <string>Zoom Text Only</string> </property> </widget> </item> @@ -63,9 +63,9 @@ </widget> </item> <item row="2" column="2"> - <widget class="QCheckBox" name="kcfg_zoomTextOnly"> + <widget class="QCheckBox" name="kcfg_printElementBackgrounds"> <property name="text"> - <string>Zoom Text Only</string> + <string>Print element Backgrounds</string> </property> </widget> </item> @@ -77,48 +77,34 @@ </widget> </item> <item row="3" column="2"> - <widget class="QCheckBox" name="kcfg_printElementBackgrounds"> - <property name="text"> - <string>Print element Backgrounds</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QCheckBox" name="kcfg_privateBrowsingEnabled"> - <property name="text"> - <string>Private Browsing</string> - </property> - </widget> - </item> - <item row="4" column="2"> <widget class="QCheckBox" name="kcfg_offlineStorageDatabaseEnabled"> <property name="text"> <string>Offline storage Database</string> </property> </widget> </item> - <item row="5" column="0"> + <item row="4" column="0"> <widget class="QCheckBox" name="kcfg_javascriptCanOpenWindows"> <property name="text"> <string>Javascript can open windows</string> </property> </widget> </item> - <item row="5" column="2"> + <item row="4" column="2"> <widget class="QCheckBox" name="kcfg_offlineWebApplicationCacheEnabled"> <property name="text"> <string>Offline Web Application Cache </string> </property> </widget> </item> - <item row="6" column="0"> + <item row="5" column="0"> <widget class="QCheckBox" name="kcfg_javascriptCanAccessClipboard"> <property name="text"> <string>Javascript can access clipboard</string> </property> </widget> </item> - <item row="6" column="2"> + <item row="5" column="2"> <widget class="QCheckBox" name="kcfg_localStorageDatabaseEnabled"> <property name="text"> <string>Local storage database</string> @@ -136,7 +122,7 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>159</height> + <height>146</height> </size> </property> </spacer> |