summaryrefslogtreecommitdiff
path: root/src/controls/ToolBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ToolBar.qml')
-rw-r--r--src/controls/ToolBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ToolBar.qml b/src/controls/ToolBar.qml
index 796d25dd..48f62f16 100644
--- a/src/controls/ToolBar.qml
+++ b/src/controls/ToolBar.qml
@@ -100,7 +100,7 @@ FocusScope {
+ Math.max(container.layoutHeight, __panel ? __panel.implicitHeight : 0)
/*! \internal */
- property Component style: Qt.createComponent(Settings.style + "/ToolBarStyle.qml", toolbar)
+ property Component style: Settings.styleComponent(Settings.style, "ToolBarStyle.qml", toolbar)
/*! \internal */
property alias __style: styleLoader.item