From a600253e628108950166cb85762eb9f75f2313c6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 4 Dec 2015 19:10:34 -0800 Subject: QML UI: log the text shown on the log page Sadly this doesn't work, even though it appears to be the thing to do based on the documentation. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/Log.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml index b20df215c..c2a00c8c3 100644 --- a/qt-mobile/qml/Log.qml +++ b/qt-mobile/qml/Log.qml @@ -35,7 +35,8 @@ MobileComponents.Page { spacing: MobileComponents.Units.smallSpacing Text { - wrapMode: Text.WrapAnywhere + width: logWindow.width + wrapMode: Text.Wrap text: manager.logText } Item { -- cgit v1.2.3-70-g09d2