Add color to text in toolboxFooter, CURA-5544

"You will need to restart Cura before changes in packages have effect." wasn't visible in Ultimaker darktheme, color has been added to the label, CURA-5544.
This commit is contained in:
Andreea Scorojitu 2018-07-05 12:44:11 +02:00
parent a27ec30575
commit 87fd4c9e70

View file

@ -15,6 +15,7 @@ Item
Label
{
text: catalog.i18nc("@info", "You will need to restart Cura before changes in packages have effect.")
color: UM.Theme.getColor("text")
height: Math.floor(UM.Theme.getSize("toolbox_footer_button").height)
verticalAlignment: Text.AlignVCenter
anchors
@ -25,7 +26,7 @@ Item
right: restartButton.right
rightMargin: UM.Theme.getSize("default_margin").width
}
color: UM.Theme.getColor("text")
}
Button
{