mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
fix typo
This commit is contained in:
parent
266f46ed55
commit
1a78aee46c
@ -160,7 +160,7 @@ UM.ManagementPage
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: profileName
|
id: profileName
|
||||||
text: base.currentItem ? base.currentItem.name r: ""
|
text: base.currentItem ? base.currentItem.name: ""
|
||||||
font: UM.Theme.getFont("large")
|
font: UM.Theme.getFont("large")
|
||||||
width: parent.width
|
width: parent.width
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user