1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-05 21:18:30 -04:00

i18n: numerous RTL layout fixes across DankDash and Settings

This commit is contained in:
bbedward
2026-07-03 11:57:09 -04:00
parent 09ca37c9fc
commit 61108b7668
8 changed files with 253 additions and 17 deletions
@@ -18,6 +18,7 @@ Card {
Row {
spacing: 0
anchors.horizontalCenter: parent.horizontalCenter
LayoutMirroring.enabled: false
StyledText {
text: {
@@ -57,6 +58,7 @@ Card {
Row {
spacing: 0
anchors.horizontalCenter: parent.horizontalCenter
LayoutMirroring.enabled: false
StyledText {
text: String(systemClock?.date?.getMinutes()).padStart(2, '0').charAt(0)
@@ -382,6 +382,9 @@ Item {
height: dateStepperInner.height + Theme.spacingM * 2
width: dateStepperInner.width
LayoutMirroring.enabled: false
LayoutMirroring.childrenInherit: true
property var currentDate: new Date()
readonly property var changeDate: (magnitudeIndex, sign) => {