summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/qml/Log.qml3
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 {