diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-06 15:54:28 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-06 15:54:28 +0700 |
commit | d57dd7dce24f92721f3ff32667aa74f283571715 (patch) | |
tree | 32dd885b94a409e5bb63c8b179462e151347a800 /pages/Home.qml | |
parent | 0213baa65fde3f620da93fb0763e940afa4b257e (diff) | |
parent | 7331461b29097c08fcdd557461aedb78cfe243d1 (diff) |
Merge branch 'master' of ssh://darapsa.co.id/usr/local/git/kelakon into development
* 'master' of ssh://darapsa.co.id/usr/local/git/kelakon:
Fixed the task related hierarchies
# Conflicts:
# pages/TaskListForm.ui.qml
Diffstat (limited to 'pages/Home.qml')
-rw-r--r-- | pages/Home.qml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pages/Home.qml b/pages/Home.qml index 7116a43..de25068 100644 --- a/pages/Home.qml +++ b/pages/Home.qml @@ -1,13 +1,12 @@ import QtQuick 2.12 -import id.co.darapsa.kelakon.user 0.1 HomeForm { - width: stackView.width - height: stackView.height + width: stackView.width + height: stackView.height - menuButton { - onClicked: { - drawer.visible = !drawer.visible - } - } + menuButton { + onClicked: { + drawer.visible = !drawer.visible + } + } } |