summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-01-07 17:49:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-01-07 17:49:24 +0100
commitcb84ae8badcab5bfe095e71cf4c0e33175e60817 (patch)
treeb84bf5b9ea1ef4e8056d69647b286f5a6de0017e /src/rekonq.kcfg
parentAdded a visit count parameter to the history. (diff)
downloadrekonq-cb84ae8badcab5bfe095e71cf4c0e33175e60817.tar.xz
This GCI task adds a combobox with different settings to choice when hovering tabs:
* tab preview (default one) * show title as tooltip * show url as tooltip * show nothing Patch by Furkan Uzumcu, reviewed (and merged) by adjam BUG:260343 RB:100282
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r--src/rekonq.kcfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg
index 6700b4e1..cda76d88 100644
--- a/src/rekonq.kcfg
+++ b/src/rekonq.kcfg
@@ -96,8 +96,8 @@
<entry name="openTabsNearCurrent" type="Bool">
<default>false</default>
</entry>
- <entry name="alwaysShowTabPreviews" type="Bool">
- <default>true</default>
+ <entry name="hoveringTabOption" type="Int">
+ <default>0</default>
</entry>
<entry name="closeTabSelectPrevious" type="Bool">
<default>false</default>