Adjust size and margins of the icon in the action button

Contributes to CURA-5876.
This commit is contained in:
Diego Prado Gesto 2018-12-11 17:00:02 +01:00
parent f99c788eb6
commit ed8292c472
3 changed files with 5 additions and 3 deletions

View file

@ -60,7 +60,7 @@ Item
{
text: catalog.i18nc("@label", "Printer")
width: Math.round(parent.width * 0.3) - UM.Theme.getSize("default_margin").width
// height: contentHeight
height: contentHeight
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
anchors.verticalCenter: printerTypeSelector.verticalCenter