Skip to content

Commit

Permalink
#1727
Browse files Browse the repository at this point in the history
Signed-off-by: cneben <[email protected]>
  • Loading branch information
cneben committed Jun 3, 2024
1 parent 0070582 commit 26cc899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RectGlowEffect.qml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Item {

MultiEffect {
source: border
visible: glowEffect.visible
anchors.centerIn: parent
width: border.width + (glowRadius * 2)
height: border.height + (glowRadius * 2)
Expand All @@ -83,6 +84,7 @@ Item {
live: true
width: border.width
height: border.height
smooth: false
sourceItem: Rectangle {
x: 1
y: 1
Expand Down

0 comments on commit 26cc899

Please sign in to comment.