From 1a36364a05ec6eae7f2166f3c874decfaa5a7324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 22 May 2014 09:00:42 +0200 Subject: [PATCH] [kwin/tabbox] New default window switcher layout is sidebar CCMAIL: plasma-devel@kde.org --- kcmkwin/kwintabbox/main.cpp | 2 +- tabbox/tabboxconfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kcmkwin/kwintabbox/main.cpp b/kcmkwin/kwintabbox/main.cpp index afebf83bbe..ba03aa60af 100644 --- a/kcmkwin/kwintabbox/main.cpp +++ b/kcmkwin/kwintabbox/main.cpp @@ -364,7 +364,7 @@ void KWinTabBoxConfig::defaults() CONFIGURE(showDesktop, ShowDesktop, ==, ShowDesktopClient); #undef CONFIGURE // effects - ui[i]->effectCombo->setCurrentIndex(ui[i]->effectCombo->findData("thumbnails")); + ui[i]->effectCombo->setCurrentIndex(ui[i]->effectCombo->findData("sidebar")); } QString action; diff --git a/tabbox/tabboxconfig.h b/tabbox/tabboxconfig.h index d6c077173b..f953102986 100644 --- a/tabbox/tabboxconfig.h +++ b/tabbox/tabboxconfig.h @@ -314,7 +314,7 @@ public: return true; } static QString defaultLayoutName() { - return QStringLiteral("thumbnails"); + return QStringLiteral("sidebar"); } private: TabBoxConfigPrivate* d;