quickshell: fix panelwindow size deprecation warnings

This commit is contained in:
end-4
2025-05-13 21:53:13 +02:00
parent d5eee84c87
commit 18356feab7
9 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ Scope {
anchors.top: true
margins.top: 0
width: rect.width + shadow.radius * 2
height: rect.height + shadow.radius * 2
implicitWidth: rect.width + shadow.radius * 2
implicitHeight: rect.height + shadow.radius * 2
// color blending is a bit odd as detailed in the type reference.
color: "transparent"