[containment] Fix applet resizing in Edit Mode with RTL layout direction

BUG: 434972
wilder-5.26
ivan tkachenko 4 years ago committed by Nate Graham
parent 8a272f5331
commit e2244b63bf
  1. 3
      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 {

Loading…
Cancel
Save