Some fixes

This commit is contained in:
Chethan2k1 2020-09-12 15:10:36 +05:30
parent 2b5deabbdc
commit f6a47ce72f
1 changed files with 3 additions and 3 deletions

View File

@ -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