mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix text rendering on some OSX systems
This commit is contained in:
parent
ef436cafbb
commit
3d0a0da035
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ Item
|
||||||
implicitHeight: Math.floor(UM.Theme.getSize("toolbox_footer_button").height)
|
implicitHeight: Math.floor(UM.Theme.getSize("toolbox_footer_button").height)
|
||||||
color: control.hovered ? UM.Theme.getColor("primary_hover") : UM.Theme.getColor("primary")
|
color: control.hovered ? UM.Theme.getColor("primary_hover") : UM.Theme.getColor("primary")
|
||||||
}
|
}
|
||||||
label: Text
|
label: Label
|
||||||
{
|
{
|
||||||
color: UM.Theme.getColor("button_text")
|
color: UM.Theme.getColor("button_text")
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
|
|
|
@ -130,7 +130,7 @@ Item
|
||||||
color: UM.Theme.getColor("lining")
|
color: UM.Theme.getColor("lining")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
label: Text
|
label: Label
|
||||||
{
|
{
|
||||||
text: control.text
|
text: control.text
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
|
|
@ -25,7 +25,7 @@ Button
|
||||||
height: UM.Theme.getSize("sidebar_header_highlight").height
|
height: UM.Theme.getSize("sidebar_header_highlight").height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
label: Text
|
label: Label
|
||||||
{
|
{
|
||||||
text: control.text
|
text: control.text
|
||||||
color:
|
color:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue