summaryrefslogtreecommitdiff
path: root/features/ProfileForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'features/ProfileForm.ui.qml')
-rw-r--r--features/ProfileForm.ui.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/ProfileForm.ui.qml b/features/ProfileForm.ui.qml
index f365740..74cb183 100644
--- a/features/ProfileForm.ui.qml
+++ b/features/ProfileForm.ui.qml
@@ -42,7 +42,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
}
@@ -75,7 +75,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
}
@@ -109,7 +109,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
}