pull/270/head
Chethan2k1 4 years ago
parent 2b5deabbdc
commit f6a47ce72f
  1. 6
      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

Loading…
Cancel
Save