Skip to content

Commit 4fb4349

Browse files
committed
Fix background rectangle in the standalone app
1 parent 721d1c0 commit 4fb4349

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

qml/NonKDE/mainQt.qml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Window {
5656
}
5757
}
5858

59+
Rectangle {
60+
anchors.fill: parent
61+
color: (setup.wallEnable) ? 'transparent' : setup.backgroundColor
62+
}
63+
5964
Image {
6065
width: parent.width
6166
height: parent.height

0 commit comments

Comments
 (0)