1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

i18n: fix RTL in plugin settings

This commit is contained in:
bbedward
2026-01-08 19:16:55 -05:00
parent eece811fb0
commit 5ae2cd1dfb
2 changed files with 22 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ import qs.Widgets
StyledRect {
id: root
LayoutMirroring.enabled: I18n.isRtl
LayoutMirroring.childrenInherit: true
property var pluginData: null
property string expandedPluginId: ""
property bool hasUpdate: false
@@ -167,6 +170,7 @@ StyledRect {
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
width: parent.width
horizontalAlignment: Text.AlignLeft
}
}
@@ -338,6 +342,7 @@ StyledRect {
color: Theme.surfaceVariantText
wrapMode: Text.WordWrap
visible: root.pluginDescription !== ""
horizontalAlignment: Text.AlignLeft
}
Flow {