[kwin/tabbox] New default window switcher layout is sidebar
CCMAIL: plasma-devel@kde.org
This commit is contained in:
parent
3629fcca23
commit
1a36364a05
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -314,7 +314,7 @@ public:
|
|||
return true;
|
||||
}
|
||||
static QString defaultLayoutName() {
|
||||
return QStringLiteral("thumbnails");
|
||||
return QStringLiteral("sidebar");
|
||||
}
|
||||
private:
|
||||
TabBoxConfigPrivate* d;
|
||||
|
|
Loading…
Reference in a new issue