widgets/cliprect: set default background color to white

Matches Rectangle.
This commit is contained in:
outfoxxed 2025-05-25 18:02:07 -07:00
parent abd9a3c5f8
commit 73e673ea1c
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -77,7 +77,7 @@ Item {
anchors.fill: root
fragmentShader: `qrc:/Quickshell/Widgets/shaders/cliprect${root.contentUnderBorder ? "-ub" : ""}.frag.qsb`
property Rectangle rect: rectangle
property color backgroundColor
property color backgroundColor: "white"
property color borderColor: root.border.color
property ShaderEffectSource content: ShaderEffectSource {