mirror of
https://github.com/KDE/kasts.git
synced 2024-12-26 00:13:49 +01:00
Fix globaldrawer RTL behaviour
This commit is contained in:
parent
ad790a3343
commit
23395e683e
@ -132,6 +132,7 @@ Kirigami.ApplicationWindow {
|
|||||||
id: drawer
|
id: drawer
|
||||||
modal: false
|
modal: false
|
||||||
closePolicy: Controls.Popup.NoAutoClose
|
closePolicy: Controls.Popup.NoAutoClose
|
||||||
|
edge: Qt.application.layoutDirection === Qt.RightToLeft ? Qt.RightEdge : Qt.LeftEdge
|
||||||
|
|
||||||
readonly property real pinnedWidth: Kirigami.Units.gridUnit * 3
|
readonly property real pinnedWidth: Kirigami.Units.gridUnit * 3
|
||||||
readonly property real widescreenBigWidth: Kirigami.Units.gridUnit * 10
|
readonly property real widescreenBigWidth: Kirigami.Units.gridUnit * 10
|
||||||
|
Loading…
Reference in New Issue
Block a user