diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 13:27:32 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 13:27:32 +0700 |
commit | b01c798db658fcea43941d5b4f587f0d11d92fcd (patch) | |
tree | f9f34d329650c37665d9cce8c85ba4253fe948da /features | |
parent | 51f3d77a5df880458682f1a0dee48f48d139bceb (diff) |
fix misnaming
Diffstat (limited to 'features')
-rw-r--r-- | features/Login.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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: { |