Skip to content

Use dialog instead of overlaysheet for file selection dialog

Akseli Lahtinen requested to merge work/akselmo/kns-downloadsheet-to-dialog into master

Overlaysheet acts weird when it's opened inside a scrollview.

Dialog just opens on top of the view like overlaysheet, without the issues, while looking mostly similar.

Also we need to explicitly tell the overlay that holds the dialog to center itself to 0,0 coords, otherwise it will be all over the place.

Before After
image image

BUG:482349

Edited by Akseli Lahtinen

Merge request reports