From 23f8b54c236e94668cc76d6ed07c1f08a86fcb06 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 28 Aug 2019 13:40:45 +0700 Subject: remove missing icon --- pages/EmailForm.ui.qml | 1 - pages/PasswordForm.ui.qml | 1 - 2 files changed, 2 deletions(-) (limited to 'pages') diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml index 99b22ac..2db1dc2 100644 --- a/pages/EmailForm.ui.qml +++ b/pages/EmailForm.ui.qml @@ -35,7 +35,6 @@ Rectangle { id: backButton display: AbstractButton.IconOnly anchors.fill: parent - icon: ("arrow-back-24px.svg") } } } diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index 0c279c9..5a5875e 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -35,7 +35,6 @@ Rectangle { id: backButton display: AbstractButton.IconOnly anchors.fill: parent - icon: ("arrow-back-24px.svg") } } } -- cgit v1.2.3