mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 05:48:59 +08:00
Assign a font to Marketplace button
Otherwise the font face may be different, and the theme has no effect on the font. Contributes to issue CURA-6025.
This commit is contained in:
parent
c6fb0d70af
commit
d020a49b75
@ -102,6 +102,7 @@ Item
|
||||
{
|
||||
id: label
|
||||
text: marketplaceButton.text
|
||||
font: UM.Theme.getFont("default")
|
||||
color: marketplaceButton.hovered ? UM.Theme.getColor("main_window_header_background") : UM.Theme.getColor("primary_text")
|
||||
width: contentWidth
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
Loading…
x
Reference in New Issue
Block a user