diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-17 16:30:37 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-17 16:30:37 +0700 |
commit | 38c81dcc4ce9e73eb00019dc0b49cd24d52dfaee (patch) | |
tree | 1ec3e49fcf6319e14f18fddc41621df28133b5b1 /main.qml | |
parent | e74b0798d863bd184d3482b7e899dc32d3339907 (diff) |
comment out `header` to remove toolbar from every page for now
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ ApplicationWindow { title: { text: qsTr("kelakon") } + /* header: ToolBar { Material.elevation: 0 @@ -45,6 +46,7 @@ ApplicationWindow { } } } + */ Drawer { id: drawer |