diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index 77996e66dbc6bf3b1f3d3fd3e4231dcc533098f9..b043aef3bee1dbcd26626c7563f1f924eb84b3ca 100644 --- a/src/contents/ui/main.qml +++ b/src/contents/ui/main.qml @@ -272,7 +272,7 @@ Kirigami.ApplicationWindow { router.pushRoute({"route": "addrecord", "data": serviceId}); } } - Layouts.ColumnLayout { + /*Layouts.ColumnLayout { anchors.fill: parent Kirigami.InlineMessage { Layouts.Layout.fillWidth: true @@ -285,7 +285,7 @@ Kirigami.ApplicationWindow { Component.onCompleted: { //TODO: check if oil change is needed. } - } + }*/ ListView { id: serviceView model: recordModel @@ -327,7 +327,7 @@ Kirigami.ApplicationWindow { ] } } - } + //} } } }