diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2011-03-16 23:48:39 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2011-03-16 23:48:39 +0100 | 
| commit | 15215cf154c7d31f1520c259529b719b1fe84b48 (patch) | |
| tree | 6c5d4734e5bd7ea766477c5739a8af38cbfbb2de /src/settings | |
| parent | Delete url popup on resize/move (diff) | |
| download | rekonq-15215cf154c7d31f1520c259529b719b1fe84b48.tar.xz | |
Set an option to disable the disable graphics effects on the tabbar
highlight animation.
CCBUG:267234
To see if this really works, please deselect the "animated tab highlights"
in the Tabs Settings section
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 0edc5cae..eb775d5d 100644 --- a/src/settings/settings_tabs.ui +++ b/src/settings/settings_tabs.ui @@ -221,6 +221,13 @@          </property>         </widget>        </item> +      <item> +       <widget class="QCheckBox" name="kcfg_animatedTabHighlighting"> +        <property name="text"> +         <string>Animated tab highlighting</string> +        </property> +       </widget> +      </item>       </layout>      </widget>     </item>  | 
