summaryrefslogtreecommitdiffstats
path: root/examples/qmlbars/qml/qmlbars/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlbars/qml/qmlbars/main.qml')
-rw-r--r--examples/qmlbars/qml/qmlbars/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlbars/qml/qmlbars/main.qml b/examples/qmlbars/qml/qmlbars/main.qml
index a3274f25..de1275ee 100644
--- a/examples/qmlbars/qml/qmlbars/main.qml
+++ b/examples/qmlbars/qml/qmlbars/main.qml
@@ -79,7 +79,7 @@ Item {
shadowQuality: AbstractGraph3D.ShadowQualityMedium
selectionMode: AbstractGraph3D.SelectionItem
font.pointSize: 35
- theme: AbstractGraph3D.ThemeRetro
+ theme: Theme3D { type: AbstractGraph3D.ThemeRetro }
labelStyle: AbstractGraph3D.LabelStyleFromTheme
barThickness: 0.7
barSpacing: Qt.size(0.5, 0.5)