mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: explicitly reference parent id
Otherwise we get an odd 'TypeError: Cannot read property of null' error message. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b45340389b
commit
9db886b8c8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Kirigami.ScrollablePage {
|
|||
text: qsTr("Application Log")
|
||||
}
|
||||
delegate : Text {
|
||||
width: parent.width
|
||||
width: logWindow.width
|
||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
text : message
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue