From b739a9caa1192a2fb973858907e1b66b3081c38d Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Fri, 8 Oct 2021 21:53:13 -0400 Subject: [PATCH] Always allow sidebar handles in header by default --- .../private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml b/src/controls/private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml index 1a4894479..c02d8edff 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 -- GitLab