forked from quickshell/quickshell
widgets/cliprect: set default background color to white
Matches Rectangle.
This commit is contained in:
parent
abd9a3c5f8
commit
73e673ea1c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue