Skip to content

Refactor of OverlaySheet based off Popup

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

Base OverlaySheet on Popup, making ti behave in a way more similar to them.

Two small changes are needed in code using it: sheetOpen -> should just be visible now contentItem: cannot be assigned, implementations should just be:

OverlaySheet {
    ColumnLayout {...}
}

Merge request reports