Make printerTypeLabel smaller

More in line with the theme.

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2018-12-31 13:32:49 +01:00
parent d020a49b75
commit c74d6fc1e7
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -29,7 +29,7 @@ Item
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
renderType: Text.NativeRendering renderType: Text.NativeRendering
font: UM.Theme.getFont("default") font: UM.Theme.getFont("small")
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
} }
} }