diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 22:05:01 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 22:05:01 +0800 |
commit | e5d1cb6db260c71e2205c4f65d383628bb518f5e (patch) | |
tree | 00212ed61a0bdb79985d8bf7196461ba026cd9e2 /features/LoginPasswordForm.ui.qml | |
parent | 372de3c1c8fb8d7be23713d51c1d4c926b7fcb10 (diff) |
All forms and icons are moved here
Diffstat (limited to 'features/LoginPasswordForm.ui.qml')
-rw-r--r-- | features/LoginPasswordForm.ui.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/LoginPasswordForm.ui.qml b/features/LoginPasswordForm.ui.qml index dee7709..dba6752 100644 --- a/features/LoginPasswordForm.ui.qml +++ b/features/LoginPasswordForm.ui.qml @@ -63,7 +63,7 @@ Page { sourceSize.width: 24 Layout.leftMargin: 16 fillMode: Image.PreserveAspectFit - source: "../../assets/email-24px.svg" + source: "/components/icons/email-24px.svg" antialiasing: true } @@ -100,7 +100,7 @@ Page { sourceSize.width: 24 Layout.leftMargin: 16 fillMode: Image.PreserveAspectFit - source: "../../assets/lock-24px.svg" + source: "/components/icons/lock-24px.svg" antialiasing: true } @@ -161,7 +161,7 @@ Page { Material.background: Material.primary display: AbstractButton.IconOnly icon.name: "arrow-forward-icon" - icon.source: "../../assets/arrow-forward-24px.svg" + icon.source: "/components/icons/arrow-forward-24px.svg" highlighted: true enabled: false } |