summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-02 11:37:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-02 11:37:41 +0100
commitd44dbdafcd96dd988076b729810af964a6e9bf7c (patch)
treedd1a69f1a5cb59855db9592f3f03b479492bfd10 /src/settings
parentabout:tabs, easy method to manage rekonq tabs. (diff)
downloadrekonq-d44dbdafcd96dd988076b729810af964a6e9bf7c.tar.xz
Clean up rekonq.kcfg
It was really a mess before. I also found 2 settings never used... WARNING: This will cost users to reset some settings. Sorry for that
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/settings_tabs.ui19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/settings/settings_tabs.ui b/src/settings/settings_tabs.ui
index ca30dd54..8379ad61 100644
--- a/src/settings/settings_tabs.ui
+++ b/src/settings/settings_tabs.ui
@@ -189,6 +189,19 @@
</layout>
</item>
<item>
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
<widget class="QCheckBox" name="kcfg_alwaysShowTabBar">
<property name="text">
<string>Always show tab bar</string>
@@ -196,7 +209,7 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="kcfg_openTabNoWindow">
+ <widget class="QCheckBox" name="kcfg_openLinksInNewWindow">
<property name="text">
<string>Open links in new tab instead of in new window</string>
</property>
@@ -217,14 +230,14 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="kcfg_openTabsBack">
+ <widget class="QCheckBox" name="kcfg_openNewTabsInBackground">
<property name="text">
<string>Open new tabs in the background</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="kcfg_openTabsNearCurrent">
+ <widget class="QCheckBox" name="kcfg_openNewTabsNearCurrent">
<property name="text">
<string>Open new tabs after currently active one</string>
</property>