Enable highlight windows effect by default (in general and for tabbox) as it works very reliable and is a great and useful feature.

svn path=/trunk/KDE/kdebase/workspace/; revision=1063954
icc-effect-5.14.5
Martin Gräßlin 2009-12-19 17:26:03 +00:00
parent 8745bd9913
commit 07368e7625
2 changed files with 2 additions and 2 deletions

View File

@ -114,6 +114,6 @@ X-KDE-PluginInfo-Version=0.1.0
X-KDE-PluginInfo-Category=Appearance
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=false
X-KDE-PluginInfo-EnabledByDefault=true
X-KDE-Ordering=70
X-KDE-Library=kwin4_effect_builtins

View File

@ -280,7 +280,7 @@ class TabBoxConfig
static SelectedItemViewPosition defaultSelectedItemViewPosition() { return NonePosition; }
static bool defaultShowTabBox() { return true; }
static bool defaultShowOutline() { return true; }
static bool defaultHighlightWindow() { return false; }
static bool defaultHighlightWindow() { return true; }
static int defaultMinWidth() { return 20; }
static int defaultMinHeight() { return 20; }
static QString defaultLayoutName() { return QString( "Default" ); }