1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 04:58:30 -04:00

Changed margin of the rectangle so the pixel of the half circle are completely covered. (#2989)

This commit is contained in:
rredlip
2026-08-05 03:20:53 +02:00
committed by GitHub
parent e089948225
commit 158c0c12d8
@@ -1346,6 +1346,7 @@ Item {
width: parent.width
height: parent.height / 2
anchors.top: parent.top
anchors.topMargin: -1
anchors.horizontalCenter: parent.horizontalCenter
color: Theme.withAlpha(Theme.surfaceContainer, 0.9)
}