Skip to content
Verified Commit 378509d2 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.
parent d1fda261
Pipeline #387837 passed with stage
in 8 minutes and 50 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