summaryrefslogtreecommitdiffstats
path: root/examples/qmlbars
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-11-22 11:07:24 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-11-22 12:27:29 +0200
commit6ecfae79d976a6d9b352b82b4a8f9d8fb7bf2564 (patch)
tree21213f31f6a1037c31fda15a94662d6e21b8f783 /examples/qmlbars
parentfe2e12ffd7bb495634a66dc9c3e0d0fcbcfeb0df (diff)
Theme dirty bits implemented
Task-number: QTRD-2625 Change-Id: Ifea7f85a142bb4ef085da61668d1c8038a285c16 Change-Id: Ifea7f85a142bb4ef085da61668d1c8038a285c16 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/qmlbars')
-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 de1275ee..753859e5 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: Theme3D { type: AbstractGraph3D.ThemeRetro }
+ theme: Theme3D { type: AbstractGraph3D.ThemeRetro; labelBorderEnabled: true }
labelStyle: AbstractGraph3D.LabelStyleFromTheme
barThickness: 0.7
barSpacing: Qt.size(0.5, 0.5)