Add renderType to some labels in the Configuration panel

Contributes to CURA-5876.
This commit is contained in:
Diego Prado Gesto 2018-12-06 14:19:34 +01:00
parent 298c68c93b
commit 05075c44ee
3 changed files with 9 additions and 1 deletions

View file

@ -71,6 +71,7 @@ Cura.ExpandableComponent
elide: Text.ElideRight
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text_inactive")
renderType: Text.NativeRendering
anchors
{
@ -88,6 +89,7 @@ Cura.ExpandableComponent
elide: Text.ElideRight
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
anchors
{
@ -155,8 +157,9 @@ Cura.ExpandableComponent
{
id: separator
visible: buttonBar.visible
x: -popupPadding
width: parent.width
width: base.width
height: UM.Theme.getSize("default_lining").height
color: UM.Theme.getColor("lining")