summaryrefslogtreecommitdiff
path: root/features/ProfileEditForm.ui.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-24 22:05:01 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-24 22:05:01 +0800
commite5d1cb6db260c71e2205c4f65d383628bb518f5e (patch)
tree00212ed61a0bdb79985d8bf7196461ba026cd9e2 /features/ProfileEditForm.ui.qml
parent372de3c1c8fb8d7be23713d51c1d4c926b7fcb10 (diff)
All forms and icons are moved here
Diffstat (limited to 'features/ProfileEditForm.ui.qml')
-rw-r--r--features/ProfileEditForm.ui.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/ProfileEditForm.ui.qml b/features/ProfileEditForm.ui.qml
index e6777d0..aa907a7 100644
--- a/features/ProfileEditForm.ui.qml
+++ b/features/ProfileEditForm.ui.qml
@@ -26,7 +26,7 @@ Page {
ToolButton {
id: backButton
icon.name: "back-button"
- icon.source: "../../assets/arrow-back-24px.svg"
+ icon.source: "/components/icons/arrow-back-24px.svg"
highlighted: true
}
Label {
@@ -85,7 +85,7 @@ Page {
Layout.leftMargin: 16
Layout.alignment: Qt.AlignVCenter
fillMode: Image.PreserveAspectFit
- source: "../../assets/profile-24px.svg"
+ source: "/components/icons/profile-24px.svg"
antialiasing: true
}
@@ -118,7 +118,7 @@ Page {
Layout.leftMargin: 16
Layout.alignment: Qt.AlignVCenter
fillMode: Image.PreserveAspectFit
- source: "../../assets/user-24px.svg"
+ source: "/components/icons/user-24px.svg"
antialiasing: true
}
@@ -152,7 +152,7 @@ Page {
Layout.leftMargin: 16
Layout.alignment: Qt.AlignVCenter
fillMode: Image.PreserveAspectFit
- source: "../../assets/email-24px.svg"
+ source: "/components/icons/email-24px.svg"
antialiasing: true
}