mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Make the Link button in the Messages similar to the Cura Tertiary button
CURA-8012
This commit is contained in:
parent
38bec36f6b
commit
d4c254dcab
1 changed files with 8 additions and 0 deletions
|
@ -429,6 +429,14 @@ UM.MainWindow
|
|||
height: UM.Theme.getSize("message_action_button").height
|
||||
}
|
||||
}
|
||||
link: Component
|
||||
{
|
||||
Cura.TertiaryButton
|
||||
{
|
||||
text: model.name
|
||||
height: UM.Theme.getSize("message_action_button").height
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue