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

i18n: update terms

This commit is contained in:
bbedward
2026-01-03 15:20:34 -05:00
parent 8d8d5de5fd
commit f0f2e6ef72
15 changed files with 1498 additions and 501 deletions

View File

@@ -73,7 +73,7 @@ Item {
font.weight: Font.Medium
opacity: toggle.enabled ? 1 : 0.4
width: parent.width
anchors.left: parent.left
horizontalAlignment: Text.AlignLeft
}
StyledText {
@@ -83,7 +83,7 @@ Item {
wrapMode: Text.WordWrap
width: Math.min(implicitWidth, toggle.width - 120)
visible: toggle.description.length > 0
anchors.left: parent.left
horizontalAlignment: Text.AlignLeft
}
}
}