From cbd22506b7d0cec453e1a56d72faf07c57ee3a4f Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 20 Sep 2019 11:53:01 +0700 Subject: remove `roundButton` --- features/HomeForm.ui.qml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'features') diff --git a/features/HomeForm.ui.qml b/features/HomeForm.ui.qml index baa78a6..1d82f31 100644 --- a/features/HomeForm.ui.qml +++ b/features/HomeForm.ui.qml @@ -7,22 +7,10 @@ Page { id: page title: qsTr("Today") - RoundButton { - id: roundButton - width: 64 - height: 64 - display: AbstractButton.IconOnly - spacing: 8 - - padding: 16 - anchors.bottom: parent.bottom - anchors.bottomMargin: 8 - anchors.right: parent.right - anchors.rightMargin: 8 - highlighted: true - - icon.name: "add-icon" - icon.source: "/assets/add-24px.svg" + Label { + text: qsTr("this is today") + anchors.horizontalCenter: parent.horizontalCenter + anchors.verticalCenter: parent.verticalCenter } } -- cgit v1.2.3