1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Flip text to native rendering

This commit is contained in:
bbedward
2025-09-30 13:17:09 -04:00
parent d262c67832
commit 123ec5c78a

View File

@@ -32,6 +32,7 @@ Text {
elide: Text.ElideRight elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
antialiasing: true antialiasing: true
renderType: Text.NativeRendering
Behavior on opacity { Behavior on opacity {
NumberAnimation { NumberAnimation {