summary refs log tree commit diff
path: root/resources/qml/UserProfile.qml
diff options
context:
space:
mode:
authorChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-12 15:10:36 +0530
committerChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-12 15:10:36 +0530
commitf6a47ce72f69438a38a6d16fbba38a4b4075ce07 (patch)
tree86b12c0d1c6b36b0e717eae2b274f99c0be7b8e9 /resources/qml/UserProfile.qml
parentFix breaking while using qmlRegisterSingletonInstance (diff)
downloadnheko-f6a47ce72f69438a38a6d16fbba38a4b4075ce07.tar.xz
Some fixes
Diffstat (limited to 'resources/qml/UserProfile.qml')
-rw-r--r--resources/qml/UserProfile.qml6
1 files 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