diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-24 10:24:06 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-24 10:24:06 +0200 |
commit | 46fd1107559386a6e4c161408a7eefeea4dab14a (patch) | |
tree | c8ca3a0627586f836e6151db056170e0d202a19b | |
parent | Implements the ability of the user to apply a user defined CSS to all web pages. (diff) | |
download | rekonq-46fd1107559386a6e4c161408a7eefeea4dab14a.tar.xz |
Fixed a bit setting_webkit.ui
-rw-r--r-- | src/settings_webkit.ui | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/settings_webkit.ui b/src/settings_webkit.ui index dbdd7a34..129bcf03 100644 --- a/src/settings_webkit.ui +++ b/src/settings_webkit.ui @@ -108,14 +108,23 @@ </property> </widget> </item> - <item row="6" column="0"> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>User Style Sheet</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> <widget class="QLabel" name="label"> <property name="text"> - <string>User CSS:</string> + <string>User CSS path:</string> </property> </widget> </item> - <item row="6" column="1" colspan="3"> + <item> <widget class="KUrlRequester" name="kcfg_userCSS"> <property name="filter"> <string>*.css</string> @@ -133,7 +142,7 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>146</height> + <height>40</height> </size> </property> </spacer> |