diff --git a/components/containmentlayoutmanager/qml/ConfigOverlayWithHandles.qml b/components/containmentlayoutmanager/qml/ConfigOverlayWithHandles.qml index cef55b05d..a0bdcec66 100644 --- a/components/containmentlayoutmanager/qml/ConfigOverlayWithHandles.qml +++ b/components/containmentlayoutmanager/qml/ConfigOverlayWithHandles.qml @@ -17,6 +17,9 @@ import "private" ContainmentLayoutManager.ConfigOverlay { id: overlay + LayoutMirroring.enabled: false + LayoutMirroring.childrenInherit: true + opacity: open Behavior on opacity { OpacityAnimator {