diff --git a/src/controls/private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml b/src/controls/private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml index 1a4894479bb2f65fa53d18252511cdbb12c82ce4..c02d8edff4f638bb38ac9684b6aa185fa3fa762c 100644 --- a/src/controls/private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml +++ b/src/controls/private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml @@ -38,7 +38,7 @@ QtObject { /** * If true, when any kind of toolbar is shown, the drawer handles will be shown inside the toolbar, if they're present */ - property bool canContainHandles: actualStyle == Kirigami.ApplicationHeaderStyle.ToolBar + property bool canContainHandles: true property int toolbarActionAlignment: Qt.AlignRight property int minimumHeight: 0