diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-14 14:03:16 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-14 14:03:16 +0700 |
commit | a3af7773cf891ee54d0b524b3806ab4cd86e2756 (patch) | |
tree | d02c39e7af3feafe0bb7f0efe2e5fa5dcdc5bf3a | |
parent | 6ab9a2a2d0f973ea44b3cf98b1d5c48a2187de01 (diff) |
remove textLabel on FAB
-rw-r--r-- | pages/HomeForm.ui.qml | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 23ac660..28448ae 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -62,27 +62,16 @@ Rectangle { RoundButton { id: roundButton - width: 144 - spacing: 8 + width: 64 height: 64 + display: AbstractButton.IconOnly + spacing: 8 - text: qsTr("New task") padding: 16 - font.capitalization: Font.MixedCase - font.family: "Google Sans" - font.pointSize: 16 - font.weight: Font.Medium - - rightPadding: 24 - leftPadding: 16 - bottomPadding: 16 - topPadding: 16 - autoExclusive: false - focusPolicy: Qt.NoFocus anchors.bottom: parent.bottom - anchors.bottomMargin: 16 + anchors.bottomMargin: 8 anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 8 highlighted: true icon.name: "add-icon" @@ -90,10 +79,9 @@ Rectangle { } } - - - -/*##^## Designer { +/*##^## +Designer { D{i:0;autoSize:true;height:480;width:640} } - ##^##*/ +##^##*/ + |