mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix font size of buildplate warning
This was most likely copied from an old release but the font in question was deleted.
This commit is contained in:
parent
7d871e5a18
commit
61475a79cf
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ Item
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
width: selectors.controlWidth - warningImage.width - UM.Theme.getSize("default_margin").width
|
width: selectors.controlWidth - warningImage.width - UM.Theme.getSize("default_margin").width
|
||||||
text: catalog.i18nc("@label", "Use glue for better adhesion with this material combination.")
|
text: catalog.i18nc("@label", "Use glue for better adhesion with this material combination.")
|
||||||
font: UM.Theme.getFont("very_small")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
visible: CuraSDKVersion == "dev" ? false : warnings.buildplateCompatibilityError || warnings.buildplateCompatibilityWarning
|
visible: CuraSDKVersion == "dev" ? false : warnings.buildplateCompatibilityError || warnings.buildplateCompatibilityWarning
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue