Skip to content
Verified Commit 1ada2d49 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

desktoppackage: Fix ScrollBar overlapping configuration category delegates

Second rule of the fighting club: never zero out ScrollView paddings.
They exist for a reason, and that reason is to keep enough space on the
sides for scrollbars, in an RTL-aware manner. Content width being bound
to ScrollView's own availableWidth ensures that horizontal ScrollBar
won't appear just because of content's implicit width; and content's
width in turn bound to ScrollView's contentWidth ensures that it won't
get clipped or overlapped.

(cherry picked from commit 378509d2)
parent 6be051f6
Pipeline #387846 passed with stage
in 4 minutes and 9 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