mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
fix typo
This commit is contained in:
parent
266f46ed55
commit
1a78aee46c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ UM.ManagementPage
|
|||
|
||||
Label {
|
||||
id: profileName
|
||||
text: base.currentItem ? base.currentItem.name r: ""
|
||||
text: base.currentItem ? base.currentItem.name: ""
|
||||
font: UM.Theme.getFont("large")
|
||||
width: parent.width
|
||||
elide: Text.ElideRight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue