NOISSUE pretty multi-line formatting...
This commit is contained in:
parent
76d6ec91a4
commit
9e7cdbfe11
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user