Change the header color and font in the configuration popup

Also fix some alignments with the printer type selector.

Contributes to CURA-5876.
This commit is contained in:
Diego Prado Gesto 2018-12-11 16:05:24 +01:00
parent 3593b7f152
commit b993a7b0d9
2 changed files with 4 additions and 7 deletions

View file

@ -23,8 +23,8 @@ Item
{
id: header
text: catalog.i18nc("@header", "Custom")
font: UM.Theme.getFont("large")
color: UM.Theme.getColor("text")
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("small_button_text")
height: contentHeight
renderType: Text.NativeRendering
@ -51,9 +51,7 @@ Item
anchors
{
left: parent.left
leftMargin: UM.Theme.getSize("default_margin").width
right: parent.right
rightMargin: UM.Theme.getSize("default_margin").width
top: header.bottom
topMargin: visible ? UM.Theme.getSize("default_margin").height : 0
}