From 4e0588adc77af443d7634bfc43ef5b055db7a99b Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 8 Jun 2018 01:50:50 +0200 Subject: [PATCH] Include a kirigami header to the application It helps and it looks less empty --- app/qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/qml/main.qml b/app/qml/main.qml index 3957c9d35..75c381112 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -31,6 +31,8 @@ Kirigami.ApplicationWindow width: 900 height: 500 + header: Kirigami.ApplicationHeader {} + Component { id: findDevicesComp FindDevicesPage {}