Skip to content

Fix Overlay sheet size hints

Marco Martin requested to merge work/mart/overlaySheetSizing into master

Make sure the actual root element of the Overlay sheet doesn't go out of the app window by limiting the hints, then in the case of a manual flickable inserted in the sheet, use the flickable content height as implicit height to try to show it without a scrollbar

BUG:480673 BUG:480508 BUG:480147 BUG:480514

Merge request reports