From e5d1cb6db260c71e2205c4f65d383628bb518f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Tue, 24 Sep 2019 22:05:01 +0800 Subject: All forms and icons are moved here --- features/ProfileEditForm.ui.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'features/ProfileEditForm.ui.qml') 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 } -- cgit v1.2.3