mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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 {}
|
||||
}
|
||||
|
||||
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…
Reference in a new issue