[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);
|
CONFIGURE(showDesktop, ShowDesktop, ==, ShowDesktopClient);
|
||||||
#undef CONFIGURE
|
#undef CONFIGURE
|
||||||
// effects
|
// effects
|
||||||
ui[i]->effectCombo->setCurrentIndex(ui[i]->effectCombo->findData("thumbnails"));
|
ui[i]->effectCombo->setCurrentIndex(ui[i]->effectCombo->findData("sidebar"));
|
||||||
}
|
}
|
||||||
|
|
||||||
QString action;
|
QString action;
|
||||||
|
|
|
@ -314,7 +314,7 @@ public:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
static QString defaultLayoutName() {
|
static QString defaultLayoutName() {
|
||||||
return QStringLiteral("thumbnails");
|
return QStringLiteral("sidebar");
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
TabBoxConfigPrivate* d;
|
TabBoxConfigPrivate* d;
|
||||||
|
|
Loading…
Reference in a new issue