From 891b3637cde5c7fbc44cf7f048b57095ee3587a3 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 28 Aug 2019 13:53:15 +0700 Subject: add back button icon --- pages/EmailForm.ui.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pages') diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index 2db1dc2..9401c91 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -35,6 +35,14 @@ Rectangle { id: backButton display: AbstractButton.IconOnly anchors.fill: parent + icon.name: "back-icon" + icon.source: "/assets/arrow-back-24px.svg" + icon.height: navIconBg.height + icon.width: navIconBg.width + icon.color: transparent + + background: Rectangle { + } } } } -- cgit v1.2.3