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>
This commit is contained in:
Dirk Hohndel 2015-12-04 19:10:34 -08:00
parent 1cb5419a57
commit a600253e62

View file

@ -35,7 +35,8 @@ MobileComponents.Page {
spacing: MobileComponents.Units.smallSpacing
Text {
wrapMode: Text.WrapAnywhere
width: logWindow.width
wrapMode: Text.Wrap
text: manager.logText
}
Item {