mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:09:04 +08:00
Fix display of username
CURA-9146
This commit is contained in:
parent
1e1b4f3dac
commit
5a62278097
@ -46,7 +46,7 @@ Column
|
|||||||
{
|
{
|
||||||
id: initialLabel
|
id: initialLabel
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: profile["username"].charAt(0).toUpperCase()
|
text: profile.username.charAt(0).toUpperCase()
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user