diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2011-01-09 17:56:37 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2011-01-09 17:56:37 +0100 | 
| commit | 0d99649cf995cef0cefd8add90ae6b12c47d34b4 (patch) | |
| tree | 4de15fd062641f7b81b9764dab7581e53dc5ca17 /src/settings | |
| parent | Fix the always opened tabbar feature. (diff) | |
| parent | Readds a config option in the tab settings window. (diff) | |
| download | rekonq-0d99649cf995cef0cefd8add90ae6b12c47d34b4.tar.xz | |
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/settings_tabs.ui | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/src/settings/settings_tabs.ui b/src/settings/settings_tabs.ui index 01e885eb..dd340700 100644 --- a/src/settings/settings_tabs.ui +++ b/src/settings/settings_tabs.ui @@ -198,6 +198,13 @@         </widget>        </item>        <item> +       <widget class="QCheckBox" name="kcfg_alwaysShowTabBar"> +        <property name="text"> +         <string>Always show tab bar</string> +        </property> +       </widget> +      </item> +      <item>         <widget class="QCheckBox" name="kcfg_openTabsBack">          <property name="text">           <string>Open new tabs in the background</string> | 
