mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-08 06:28:27 -04:00
Changed margin of the rectangle so the pixel of the half circle are completely covered. (#2989)
This commit is contained in:
@@ -1346,6 +1346,7 @@ Item {
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height / 2
|
height: parent.height / 2
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
anchors.topMargin: -1
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
color: Theme.withAlpha(Theme.surfaceContainer, 0.9)
|
color: Theme.withAlpha(Theme.surfaceContainer, 0.9)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user