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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user