summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/Log.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml
index b7dbae50f..86082349a 100644
--- a/mobile-widgets/qml/Log.qml
+++ b/mobile-widgets/qml/Log.qml
@@ -28,7 +28,7 @@ Kirigami.ScrollablePage {
text: qsTr("Application Log")
}
delegate : Text {
- width: parent.width
+ width: logWindow.width
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
text : message
}