Corners: fix scaling
This commit is contained in:
parent
18a852adea
commit
d275efae04
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue