From 5fde532408da5b6b3ddef13aff5e07f32015e7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Thu, 28 Nov 2013 06:40:59 +0200 Subject: Visual properties moved to theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTRD-2632 Change-Id: I91eaa8fa26e232de24fe89ef0c8a2fc53f31fb8c Reviewed-by: Tomi Korpipää --- tests/qmlcamera/qml/qmlcamera/main.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/qmlcamera') 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) -- cgit v1.2.3