mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
When an printer gets added / removed, this is now correctly shown
CL-541
This commit is contained in:
parent
339d7ca4c9
commit
1c1c195b93
3 changed files with 23 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ Item
|
|||
Label
|
||||
{
|
||||
id: materialLabel
|
||||
text: printCoreConfiguration.activeMaterial.name
|
||||
text: printCoreConfiguration.activeMaterial != null ? printCoreConfiguration.activeMaterial.name : ""
|
||||
elide: Text.ElideRight
|
||||
width: parent.width
|
||||
font: UM.Theme.getFont("very_small")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue