summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-28 05:27:42 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-28 05:27:42 (GMT)
commita8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa (patch)
treecf77131c792a8c56fb135749db5c370495c9e40a /examples/declarative/webview
parent1e7318348848ff7f51446ae90021051a494e3cb8 (diff)
downloadQt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.zip
Qt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.tar.gz
Qt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.tar.bz2
cleanup
Diffstat (limited to 'examples/declarative/webview')
-rw-r--r--examples/declarative/webview/content/FieldText.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/webview/content/FieldText.qml b/examples/declarative/webview/content/FieldText.qml
index 2adfbbf..b1c1938 100644
--- a/examples/declarative/webview/content/FieldText.qml
+++ b/examples/declarative/webview/content/FieldText.qml
@@ -79,7 +79,7 @@ Item {
x: 5
width: parent.width-10
anchors.verticalCenter: parent.verticalCenter
- horizontalAlignment: "AlignHCenter"
+ horizontalAlignment: Text.AlignHCenter
color: fieldText.state == "editing" ? "#505050" : "#AAAAAA"
font.italic: true
font.bold: true