Skip to content

Try to avoid horizontal scrollbar in KCMultiDialog

UnboundScrollArea reimplements QScrollArea::sizeHint(), but because it can’t know whether vertical scrolling is needed, it has to reserve space for the scrollbar. Otherwise we see a horizontal scrollbar that scrolls just the vertical scrollbar.

kcmultidialog_size (before/after, vertically resized for presentation)

Suggested in frameworks/kconfigwidgets!12

Merge request reports