mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-05 04:58: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)
|
||||
|
||||
Reference in New Issue
Block a user