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

i18n: more RTL fixes across settings

This commit is contained in:
bbedward
2026-01-16 09:44:03 -05:00
parent 1cf2f6b946
commit 59be179821
3 changed files with 20 additions and 7 deletions

View File

@@ -51,6 +51,7 @@ StyledRect {
Row {
spacing: Theme.spacingM
width: parent.width
DankIcon {
id: headerIcon
@@ -69,6 +70,8 @@ StyledRect {
color: Theme.surfaceText
anchors.verticalCenter: parent.verticalCenter
visible: root.title !== ""
width: parent.width - (headerIcon.visible ? headerIcon.width + parent.spacing : 0)
horizontalAlignment: Text.AlignLeft
}
}