diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-10-28 08:59:53 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-10-29 00:24:09 (GMT) |
commit | 33f7a5d7f64dd0eed23a83f785f92466611dbc40 (patch) | |
tree | 58adc995d4dd49aedc85379d895c84dc6e09bbb2 /tests/auto/declarative/qmlvisual/qdeclarativetextinput/hAlign.qml | |
parent | 46bcfe78c17e35c378b7788fdd8dcd0f38ade9f0 (diff) | |
download | Qt-33f7a5d7f64dd0eed23a83f785f92466611dbc40.zip Qt-33f7a5d7f64dd0eed23a83f785f92466611dbc40.tar.gz Qt-33f7a5d7f64dd0eed23a83f785f92466611dbc40.tar.bz2 |
Clean up qmlvisual/qdeclarativetextinput visual tests
Platform visuals and some cleanup after extended neglect
Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetextinput/hAlign.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/qdeclarativetextinput/hAlign.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetextinput/hAlign.qml b/tests/auto/declarative/qmlvisual/qdeclarativetextinput/hAlign.qml index 17e13fd..cf29f7c 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativetextinput/hAlign.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativetextinput/hAlign.qml @@ -4,6 +4,7 @@ Item{ width:600; height:300; Column{ + //Because they have auto width, these three should look the same TextInput{ text: "Jackdaws love my big sphinx of quartz"; horizontalAlignment: TextInput.AlignLeft; |