summaryrefslogtreecommitdiffstats
path: root/tests/qmlcamera
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-11-28 06:40:59 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-11-28 08:10:29 +0200
commit5fde532408da5b6b3ddef13aff5e07f32015e7d9 (patch)
tree8a243126c37a92be3ca14734adc5074a9642c129 /tests/qmlcamera
parent964897e316c0fd524cba3a3cbb3c32fad53f965a (diff)
Visual properties moved to theme
Task-number: QTRD-2632 Change-Id: I91eaa8fa26e232de24fe89ef0c8a2fc53f31fb8c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'tests/qmlcamera')
-rw-r--r--tests/qmlcamera/qml/qmlcamera/main.qml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/qmlcamera/qml/qmlcamera/main.qml b/tests/qmlcamera/qml/qmlcamera/main.qml
index aad60f42..8358a369 100644
--- a/tests/qmlcamera/qml/qmlcamera/main.qml
+++ b/tests/qmlcamera/qml/qmlcamera/main.qml
@@ -47,9 +47,11 @@ Item {
height: dataView.height
shadowQuality: Bars3D.ShadowQualityMedium
selectionMode: Bars3D.SelectionItem
- font.pointSize: 35
- theme: Theme3D { type: Bars3D.ThemeRetro }
- labelStyle: Bars3D.LabelStyleFromTheme
+ theme: Theme3D {
+ type: Bars3D.ThemeRetro
+ font.pointSize: 35
+ labelBackgroundEnabled: true
+ }
seriesList: [chartData.series]
barThickness: 0.5
barSpacing: Qt.size(0.5, 0.5)