diff options
Diffstat (limited to 'qt-mobile/Log.qml')
-rw-r--r-- | qt-mobile/Log.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/Log.qml b/qt-mobile/Log.qml index f51b4ac94..0bd812f3f 100644 --- a/qt-mobile/Log.qml +++ b/qt-mobile/Log.qml @@ -10,6 +10,7 @@ import org.subsurfacedivelog.mobile 1.0 Item { id: logWindow width: parent.width + objectName: "Log" ColumnLayout { width: parent.width |