From 38c81dcc4ce9e73eb00019dc0b49cd24d52dfaee Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 17 Sep 2019 16:30:37 +0700 Subject: comment out `header` to remove toolbar from every page for now --- main.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.qml') diff --git a/main.qml b/main.qml index d4c6803..5587363 100644 --- a/main.qml +++ b/main.qml @@ -12,6 +12,7 @@ ApplicationWindow { title: { text: qsTr("kelakon") } + /* header: ToolBar { Material.elevation: 0 @@ -45,6 +46,7 @@ ApplicationWindow { } } } + */ Drawer { id: drawer -- cgit v1.2.3