mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add brackets
CURA-8112
This commit is contained in:
parent
2961d20c04
commit
11f66b2a78
1 changed files with 2 additions and 0 deletions
|
|
@ -438,7 +438,9 @@ UM.MainWindow
|
|||
text: model.name
|
||||
iconSource: {
|
||||
if (model.icon == null || model.icon == "")
|
||||
{
|
||||
return UM.Theme.getIcon("LinkExternal")
|
||||
}
|
||||
return UM.Theme.getIcon(model.icon)
|
||||
}
|
||||
height: UM.Theme.getSize("message_action_button").height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue