diff options
-rw-r--r-- | mobile-widgets/qml/Log.qml | 2 |
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 } |