From b01c798db658fcea43941d5b4f587f0d11d92fcd Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 18 Sep 2019 13:27:32 +0700 Subject: fix misnaming --- features/Login.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features') diff --git a/features/Login.qml b/features/Login.qml index 105922d..842cb5f 100644 --- a/features/Login.qml +++ b/features/Login.qml @@ -11,8 +11,8 @@ LoginForm { } RowLayout { ToolButton { - id: toolButton - icon.name: "back-button" + id: backButton + icon.name: "back-icon" icon.source: "../components/icons/arrow-back-24px.svg" highlighted: true onClicked: { -- cgit v1.2.3