diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 16:25:32 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 16:25:32 +0700 |
commit | 3e944b7da945fa750d31de4b0c173bcd0a544329 (patch) | |
tree | 8f40379cf302c2238cb11f051c43629762adabb6 /pages/HomeForm.ui.qml | |
parent | 6e61230baf9d7973bdd588ee97a10aa9bc75be82 (diff) |
fixed missnaming
Diffstat (limited to 'pages/HomeForm.ui.qml')
-rw-r--r-- | pages/HomeForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 26c2013..7c56711 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -28,7 +28,7 @@ Rectangle { ToolButton { id: menuButton - icon.name: "back-icon" + icon.name: "menu-icon" icon.source: "/assets/menu-24px.svg" highlighted: true } |