From 75474b87e57a13afaaa63a01caa7e962eff409fb Mon Sep 17 00:00:00 2001 From: Alan Alpert <alan.alpert@nokia.com> Date: Mon, 27 Feb 2012 13:34:59 +1000 Subject: [PATCH] painted* was renamed content* in TextEdit --- components/TextArea.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TextArea.qml b/components/TextArea.qml index ffdfa0daa..cd0f2c062 100644 --- a/components/TextArea.qml +++ b/components/TextArea.qml @@ -53,7 +53,7 @@ ScrollArea { KeyNavigation.tab: area.tabChangesFocus ? area.KeyNavigation.tab : null KeyNavigation.backtab: area.tabChangesFocus ? area.KeyNavigation.backtab : null - onPaintedSizeChanged: { + onContentSizeChanged: { area.contentWidth = paintedWidth + (2 * documentMargins) } -- GitLab