[Rules Widget] Change decoration fallback color from "Oxygen" to "Breeze"
Reviewed-By: mgraesslin
This commit is contained in:
parent
5e284224ee
commit
4f222c2cda
1 changed files with 2 additions and 2 deletions
|
@ -489,9 +489,9 @@ void RulesWidget::setRules(Rules* rules)
|
|||
return i;
|
||||
}
|
||||
}
|
||||
// search for Oxygen
|
||||
// search for Breeze
|
||||
for (int i = 0; i < decocolor->count(); ++i) {
|
||||
if (QFileInfo(decocolor->itemData(i).toString()).baseName() == QStringLiteral("Oxygen")) {
|
||||
if (QFileInfo(decocolor->itemData(i).toString()).baseName() == QStringLiteral("Breeze")) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue