From 9db886b8c897788ecaa94ca238b77c0e5d478fac Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 17 Jun 2017 14:06:06 -0700 Subject: QML UI: explicitly reference parent id Otherwise we get an odd 'TypeError: Cannot read property of null' error message. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Log.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') 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 } -- cgit v1.2.3-70-g09d2