Corners: fix scaling

This commit is contained in:
quadbyte 2025-08-07 23:40:36 -04:00
parent 18a852adea
commit d275efae04

View file

@ -175,7 +175,7 @@ Scope {
anchors.left: true
color: "transparent"
screen: modelData
margins.top: 36
margins.top: 36 * Theme.scale(screen) - 1
WlrLayershell.exclusionMode: ExclusionMode.Ignore
WlrLayershell.layer: WlrLayer.Top
WlrLayershell.namespace: "swww-daemon"
@ -202,7 +202,7 @@ Scope {
anchors.right: true
color: "transparent"
screen: modelData
margins.top: 36
margins.top: 36 * Theme.scale(screen) - 1
WlrLayershell.exclusionMode: ExclusionMode.Ignore
WlrLayershell.layer: WlrLayer.Top
WlrLayershell.namespace: "swww-daemon"