NOISSUE pretty multi-line formatting...

This commit is contained in:
Petr Mrázek 2018-07-24 00:42:18 +02:00
parent 76d6ec91a4
commit 9e7cdbfe11

View File

@ -1241,15 +1241,16 @@ void MainWindow::setCatBackground(bool enabled)
{ {
if (enabled) if (enabled)
{ {
view->setStyleSheet("GroupView" view->setStyleSheet(R"(
"{" GroupView
"background-image: url(:/backgrounds/kitteh);" {
"background-attachment: fixed;" background-image: url(:/backgrounds/kitteh);
"background-clip: padding;" background-attachment: fixed;
"background-position: top right;" background-clip: padding;
"background-repeat: none;" background-position: top right;
"background-color:palette(base);" background-repeat: none;
"}"); background-color:palette(base);
})");
} }
else else
{ {