diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 12:30:14 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 12:30:14 +0700 |
commit | c178a3745bb846c7de0a7e0ec6e5e5dbda849fc5 (patch) | |
tree | 6318848d40dcfc21ba45cdff950dbd2e6c9ab385 /pages/CreateProfileForm.ui.qml | |
parent | 5ae553405369ad61678bd5596e3264b595109fcd (diff) |
remove unnecessary lines after merge conflict
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 4d46180..45b6dcf 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -7,11 +7,8 @@ Rectangle { id: rectangle color: "#fff" -<<<<<<< HEAD property alias enterFullName: enterFullName -======= property alias backButton: backButton ->>>>>>> 58ed74cd70d6de558b8d9cb77844e95b5f72b341 ToolBar { id: toolbar @@ -33,7 +30,7 @@ Rectangle { spacing: 8 ToolButton { - id: backButton + id: backButton icon.name: "back-icon" icon.source: "/assets/arrow-back-24px.svg" icon.color: "transparent" @@ -51,6 +48,9 @@ Rectangle { ToolButton { } } + Rectangle { + color: "transparent" + } } Rectangle { id: userEmail @@ -135,7 +135,7 @@ Rectangle { /*##^## Designer { - D{i:0;autoSize:true;height:480;width:640}D{i:1;anchors_width:640}D{i:7;anchors_height:48;anchors_y:143} -D{i:9;anchors_y:322}D{i:11;anchors_y:54} + D{i:0;autoSize:true;height:480;width:640}D{i:1;anchors_width:640}D{i:8;anchors_height:48;anchors_y:143} +D{i:10;anchors_y:322}D{i:12;anchors_y:54} } ##^##*/ |