diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-04 19:10:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-04 19:50:54 -0800 |
commit | a600253e628108950166cb85762eb9f75f2313c6 (patch) | |
tree | 268e3f8d78fa5636eb4a6f212167e2bba4311ce6 /qt-mobile/qml | |
parent | 1cb5419a57da4c2c278e6ce364e9c10daaac2633 (diff) | |
download | subsurface-a600253e628108950166cb85762eb9f75f2313c6.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/Log.qml | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |