mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Fix fonts of plug-in tiles
Contributes to issue CURA-6025.
This commit is contained in:
parent
c92a0f1fd4
commit
df0351acd4
4 changed files with 5 additions and 4 deletions
|
@ -112,7 +112,7 @@ Item
|
|||
elide: Text.ElideRight
|
||||
width: parent.width
|
||||
wrapMode: Text.WordWrap
|
||||
color: UM.Theme.getColor("text_medium")
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("default")
|
||||
anchors.top: name.bottom
|
||||
anchors.bottom: rating.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue