1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

i18n: RTL fixes in about tab and dank bar settings

This commit is contained in:
bbedward
2026-01-21 11:56:57 -05:00
parent 3ff00768ac
commit 3507c6cec3
3 changed files with 33 additions and 2 deletions

View File

@@ -61,6 +61,8 @@ StyledRect {
font.pixelSize: Theme.fontSizeLarge
font.weight: Font.Medium
color: Theme.surfaceText
width: parent.width
horizontalAlignment: Text.AlignLeft
visible: root.title !== ""
}