Make the Link button in the Messages similar to the Cura Tertiary button

CURA-8012
This commit is contained in:
Konstantinos Karmas 2021-07-06 13:59:05 +02:00
parent 38bec36f6b
commit d4c254dcab

View file

@ -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
}
}
}
}