mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
Some fixes
This commit is contained in:
parent
2b5deabbdc
commit
f6a47ce72f
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ ApplicationWindow{
|
||||||
DeviceVerificationFlow {}
|
DeviceVerificationFlow {}
|
||||||
}
|
}
|
||||||
|
|
||||||
background: Item{
|
Item{
|
||||||
id: userProfileItem
|
id: userProfileItem
|
||||||
width: userProfileDialog.width
|
width: userProfileDialog.width
|
||||||
height: userProfileDialog.height
|
height: userProfileDialog.height
|
||||||
|
@ -66,9 +66,9 @@ ApplicationWindow{
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
TextEdit {
|
||||||
text: profile.userid
|
text: profile.userid
|
||||||
fontSizeMode: Text.HorizontalFit
|
selectByMouse: true
|
||||||
font.pixelSize: 15
|
font.pixelSize: 15
|
||||||
color: colors.text
|
color: colors.text
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|
Loading…
Reference in a new issue