CURA-4870 Change text size of the selected printer

This commit is contained in:
Diego Prado Gesto 2018-03-07 22:54:03 +01:00
parent ae5f1c3408
commit 86103b4a0f

View file

@ -63,7 +63,7 @@ ToolButton {
anchors.right: downArrow.left;
anchors.rightMargin: control.rightMargin;
anchors.verticalCenter: parent.verticalCenter;
font: UM.Theme.getFont("large")
font: UM.Theme.getFont("medium_bold")
}
}
label: Label {}