summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 18:34:03 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 18:34:03 +0700
commit28a059393fd6dd680ccb0706c09d43b17ca293b9 (patch)
tree419ac7e84b3f501113ad615ae6bed3a6cca86d3e
parent621ed13c51e3effbc4ab04c832b421e62e0c898e (diff)
fixed missing `*.svg`
-rw-r--r--features/LoginPasswordForm.ui.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/LoginPasswordForm.ui.qml b/features/LoginPasswordForm.ui.qml
index 2237c13..4ddf493 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: "../../assets/email-24px.svg"
antialiasing: true
}
@@ -100,7 +100,7 @@ Page {
sourceSize.width: 24
Layout.leftMargin: 16
fillMode: Image.PreserveAspectFit
- source: "../components/icons/lock-24px.svg"
+ source: "../../assets/lock-24px.svg"
antialiasing: true
}
@@ -163,7 +163,7 @@ Page {
Material.background: Material.primary
display: AbstractButton.IconOnly
icon.name: "arrow-forward-icon"
- icon.source: "../components/icons/arrow-forward-24px.svg"
+ icon.source: "../../assets/arrow-forward-24px.svg"
highlighted: true
enabled: false
}