mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -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
|
@ -25,7 +25,7 @@ ToolTip
|
|||
text: ""
|
||||
delay: 500
|
||||
font: UM.Theme.getFont("default")
|
||||
|
||||
|
||||
// If the text is not set, just set the height to 0 to prevent it from showing
|
||||
height: text != "" ? label.contentHeight + 2 * UM.Theme.getSize("thin_margin").width: 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue