diff options
| author | Felix Rohrbach <fxrh@gmx.de> | 2011-01-09 15:25:48 +0100 | 
|---|---|---|
| committer | Felix Rohrbach <fxrh@gmx.de> | 2011-01-09 15:25:48 +0100 | 
| commit | 56760880eb0d02ac97d0beeb862f53662c49fce9 (patch) | |
| tree | 7281279fcf21aef9d8e1a06ea527aad71e2a4572 | |
| parent | SVN_SILENT compile (diff) | |
| download | rekonq-56760880eb0d02ac97d0beeb862f53662c49fce9.tar.xz | |
Readds a config option in the tab settings window.
This config option was accedentially removed in commit cb84ae8badcab5bfe095e71cf4c0e33175e60817.
| -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 290c6274..29b7377f 100644 --- a/src/settings/settings_tabs.ui +++ b/src/settings/settings_tabs.ui @@ -191,6 +191,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> | 
