We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd9a3c commit 73e673eCopy full SHA for 73e673e
src/widgets/ClippingRectangle.qml
@@ -77,7 +77,7 @@ Item {
77
anchors.fill: root
78
fragmentShader: `qrc:/Quickshell/Widgets/shaders/cliprect${root.contentUnderBorder ? "-ub" : ""}.frag.qsb`
79
property Rectangle rect: rectangle
80
- property color backgroundColor
+ property color backgroundColor: "white"
81
property color borderColor: root.border.color
82
83
property ShaderEffectSource content: ShaderEffectSource {
0 commit comments