diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 13:53:15 +0700 | 
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-28 13:53:15 +0700 | 
| commit | 891b3637cde5c7fbc44cf7f048b57095ee3587a3 (patch) | |
| tree | 7c91a7883335515e941eaf33a2c00a83b9faf936 | |
| parent | 23f8b54c236e94668cc76d6ed07c1f08a86fcb06 (diff) | |
add back button icon
| -rw-r--r-- | pages/EmailForm.ui.qml | 8 | 
1 files changed, 8 insertions, 0 deletions
| 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 { +                }              }          }      } |