[kwin] /: [kwin/tabbox] New default window switcher layout is sidebar
Martin Gräßlin
mgraesslin at kde.org
Thu May 22 07:05:45 UTC 2014
Git commit 1a36364a05ec6eae7f2166f3c874decfaa5a7324 by Martin Gräßlin.
Committed on 22/05/2014 at 07:00.
Pushed by graesslin into branch 'master'.
[kwin/tabbox] New default window switcher layout is sidebar
CCMAIL: plasma-devel at kde.org
M +1 -1 kcmkwin/kwintabbox/main.cpp
M +1 -1 tabbox/tabboxconfig.h
http://commits.kde.org/kwin/1a36364a05ec6eae7f2166f3c874decfaa5a7324
diff --git a/kcmkwin/kwintabbox/main.cpp b/kcmkwin/kwintabbox/main.cpp
index afebf83..ba03aa6 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 d6c0771..f953102 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;
More information about the Plasma-devel
mailing list