mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
i18n: WIP initial RTL support
- notifications - color picker - process list - settings - control center, dash - launcher part of #1059
This commit is contained in:
@@ -9,6 +9,9 @@ import qs.Modules.DankBar.Widgets
|
||||
Item {
|
||||
id: root
|
||||
|
||||
LayoutMirroring.enabled: I18n.isRtl
|
||||
LayoutMirroring.childrenInherit: true
|
||||
|
||||
implicitWidth: 700
|
||||
implicitHeight: 410
|
||||
property bool syncing: false
|
||||
@@ -145,6 +148,10 @@ Item {
|
||||
|
||||
Item {
|
||||
id: weatherContainer
|
||||
|
||||
LayoutMirroring.enabled: false
|
||||
LayoutMirroring.childrenInherit: true
|
||||
|
||||
width: parent.width
|
||||
height: weatherColumn.height
|
||||
|
||||
|
||||
Reference in New Issue
Block a user