diff options
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 45087e1..d63e9ee 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -9,8 +9,9 @@ Rectangle { property alias backButton: backButton property alias skipButton: skipButton - property alias emailAddressLabel: emailAddressLabel property alias enterFullName: enterFullName + property alias userNameLabel: userNameLabel + property alias emailAddressLabel: emailAddressLabel ToolBar { id: toolbar @@ -139,6 +140,7 @@ Rectangle { } TextField { + id: userNameLabel Layout.rightMargin: 16 Layout.leftMargin: 24 font.pointSize: 16 |