1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

antialiasing: true on rectangles

This commit is contained in:
bbedward
2025-09-30 13:28:07 -04:00
parent 123ec5c78a
commit ab0759f441
5 changed files with 41 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ import qs.Common
Rectangle {
color: "transparent"
radius: Appearance.rounding.normal
antialiasing: true
readonly property var standardAnimation: {
"duration": Appearance.anim.durations.normal,