From 3c8a3ee04c68eb11a17233fa7b5e57b3271463ab Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Wed, 22 Jul 2020 19:46:45 -0400 Subject: [PATCH] Fix untested qml remove list. --- src/contents/ui/main.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index 77996e6..b043aef 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 { ] } } - } + //} } } } -- GitLab