summaryrefslogtreecommitdiff
path: root/src/controls/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Button.qml')
-rw-r--r--src/controls/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Button.qml b/src/controls/Button.qml
index 00ccfa4e..6daf595c 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -88,7 +88,7 @@ BasicButton {
Accessible.name: text
- style: Qt.createComponent(Settings.style + "/ButtonStyle.qml", button)
+ style: Settings.styleComponent(Settings.style, "ButtonStyle.qml", button)
Binding {
target: menu