Skip to content

Support for Toolbars in standalone pages

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

Make the automatic toolbar laoder work also when is not loaded inside a PageRow (or pagerow's layers). By default it won't display anything, so should be perfectly retrocompatible, in order for it to load the toolbar, it needs

globalToolBarStyle: Kirigami.ApplicationHeaderStyle.ToolBar

declared in the page itself

BUG:432541

Edited by Marco Martin

Merge request reports