diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 06:05:12 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 06:05:12 (GMT) |
commit | 74bb6421e618366532e651afbb8790431604657b (patch) | |
tree | 71b9707e81dd7ddbcb33c5cc40fffedee9b7b61f /src/declarative | |
parent | a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9 (diff) | |
download | Qt-74bb6421e618366532e651afbb8790431604657b.zip Qt-74bb6421e618366532e651afbb8790431604657b.tar.gz Qt-74bb6421e618366532e651afbb8790431604657b.tar.bz2 |
update QmlChanges.txt
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/QmlChanges.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index fe83d40..b8a9358 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -21,6 +21,8 @@ MouseRegion: xmin -> minimumX MouseRegion: xmax -> maximumX MouseRegion: ymin -> minimumY MouseRegion: ymin -> maximumY +Text: hAlign -> horizontalAlignment +Text: vAlign -> verticalAlignment Additions: MouseRegion: add "acceptedButtons" property |