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