summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qml/qmlsurface
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-02 11:42:39 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-02 12:04:20 +0300
commit03a6fa33bce2459d12e906ab3c01a37d66a74942 (patch)
tree9d78c94581fdae71bf90753c800705ce19753ec6 /examples/qmlsurface/qml/qmlsurface
parente4ae069de4b69856771a804926f23d3644599d99 (diff)
Refactored LabelTransparency and ShadowQuality
Task-number: QTRD-2362 Change-Id: I4c9cc84d44a2fcf881e8b6062413aa3dbe2e5890 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/qmlsurface/qml/qmlsurface')
-rw-r--r--examples/qmlsurface/qml/qmlsurface/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlsurface/qml/qmlsurface/main.qml b/examples/qmlsurface/qml/qmlsurface/main.qml
index 0b22d6b6..7de2801f 100644
--- a/examples/qmlsurface/qml/qmlsurface/main.qml
+++ b/examples/qmlsurface/qml/qmlsurface/main.qml
@@ -48,7 +48,7 @@ Item {
width: surfaceView.width
height: surfaceView.height
theme: Surface3D.ThemeStoneMoss
- shadowQuality: Surface3D.ShadowMedium
+ shadowQuality: Surface3D.ShadowQualityMedium
smoothSurfaceEnabled: true
surfaceGridEnabled: false
font.family: "STCaiyun"