Skip to content
Verified Commit 1023586d authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

Drawer: Fix RTL by copying sizing code from upstream Default style

There was this unused property `horizontal`, which was clearly copied
from there some time ago, and for whatever reason rewritten in anchors.
Disadvantage of using anchors is that they inherit LayoutMirroring by
default, unless explicitly requested not to. But Drawer::edge property
is not mirrored at all. Thus, replacing custom layout code with the
upstream's also fixes visual issues for right-to-left environments.
parent 79259d6d
Pipeline #340144 passed with stage
in 3 minutes and 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment