diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 22:15:47 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 22:15:47 +0800 |
| commit | b7baeea2ab0f999a755226b79242f78a472d5a80 (patch) | |
| tree | 64a3f77287ca1f4af365ab1d911079bd417ca574 /pages/CreateProfileForm.ui.qml | |
| parent | 7362b70f98e88f6a4118f79744c6f358abd730de (diff) | |
Replaced UIs whose replacements are ready in Larva
and reorganise logical QML files
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
| -rw-r--r-- | pages/CreateProfileForm.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index ac594c8..2eec4d7 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -12,6 +12,7 @@ Rectangle { property alias skipButton: skipButton property alias enterFullName: enterFullName property alias userNameLabel: userNameLabel + property alias emailImage: emailImage property alias emailAddressLabel: emailAddressLabel property alias startUsingKelakon: startUsingKelakon @@ -74,6 +75,7 @@ Rectangle { spacing: 8 Image { + id: emailImage width: 24 height: 24 opacity: 0.54 |