summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-06-21 09:24:37 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2012-06-21 12:01:15 +0200
commit454091359585419b89e6d344747448a3601d9d60 (patch)
treeb0199a1972ff540ac46cd96024ea2c73dd15009b
parent02b3e57b8b6eb7c09e61ec0d5236827c92eeb530 (diff)
downloadqtquickcontrols-454091359585419b89e6d344747448a3601d9d60.tar.gz
Allow right-aligned text in TextArea
Change-Id: Ic586b99fcae54e32a33f5d6084b65f677248eb22 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-rw-r--r--components/TextArea.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/TextArea.qml b/components/TextArea.qml
index 1d221d90..951df94a 100644
--- a/components/TextArea.qml
+++ b/components/TextArea.qml
@@ -55,6 +55,7 @@ ScrollArea {
property bool tabChangesFocus: false
property alias font: edit.font
property alias activeFocusOnPress: edit.activeFocusOnPress
+ property alias horizontalAlignment: edit.horizontalAlignment
highlightOnFocus: true
property int documentMargins: 4