diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 22:31:01 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 22:31:01 +0800 |
commit | 12255d2fc81bb43fd01a941cd015ef17adfa0f7f (patch) | |
tree | efca3cb812e6a1affdacad2494ea8222b76e1397 /pages/HomeForm.ui.qml | |
parent | b7baeea2ab0f999a755226b79242f78a472d5a80 (diff) |
Make HomeForm UI independent from implementation-dependent TaskList
Diffstat (limited to 'pages/HomeForm.ui.qml')
-rw-r--r-- | pages/HomeForm.ui.qml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index c0c95f2..6c34617 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -7,6 +7,7 @@ Rectangle { id: rectangle property alias menuButton: menuButton + property alias toolbar: toolbar ToolBar { id: toolbar @@ -55,16 +56,6 @@ Rectangle { } } - TaskList { - height: parent.height - anchors.top: toolbar.bottom - anchors.topMargin: 8 - anchors.right: parent.right - anchors.rightMargin: 0 - anchors.left: parent.left - anchors.leftMargin: 0 - } - RoundButton { id: roundButton width: 64 |