From f6a47ce72f69438a38a6d16fbba38a4b4075ce07 Mon Sep 17 00:00:00 2001 From: Chethan2k1 <40890937+Chethan2k1@users.noreply.github.com> Date: Sat, 12 Sep 2020 15:10:36 +0530 Subject: [PATCH] Some fixes --- resources/qml/UserProfile.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml index 30d9c958..374d9bf8 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml @@ -33,7 +33,7 @@ ApplicationWindow{ DeviceVerificationFlow {} } - background: Item{ + Item{ id: userProfileItem width: userProfileDialog.width height: userProfileDialog.height @@ -66,9 +66,9 @@ ApplicationWindow{ Layout.alignment: Qt.AlignHCenter } - Label { + TextEdit { text: profile.userid - fontSizeMode: Text.HorizontalFit + selectByMouse: true font.pixelSize: 15 color: colors.text Layout.alignment: Qt.AlignHCenter