1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

Revert antialiasing addition

This commit is contained in:
bbedward
2025-09-30 16:43:04 -04:00
parent bf238640af
commit 7ac59f7bd0
6 changed files with 3 additions and 42 deletions
-1
View File
@@ -4,7 +4,6 @@ import qs.Common
Rectangle {
color: "transparent"
radius: Appearance.rounding.normal
antialiasing: true
readonly property var standardAnimation: {
"duration": Appearance.anim.durations.normal,
-1
View File
@@ -32,7 +32,6 @@ Text {
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
antialiasing: true
renderType: Text.NativeRendering
Behavior on opacity {
NumberAnimation {