mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue