Updated the look of the extruder buttons

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-12 15:23:58 +01:00
parent f14687a749
commit 783fe9ab73
2 changed files with 13 additions and 54 deletions

View file

@ -116,7 +116,12 @@ Item
height: childrenRect.height
property var _model: Cura.ExtrudersModel { id: extrudersModel }
model: _model.items.length > 1 ? _model : 0
ExtruderButton { extruder: model }
ExtruderButton
{
extruder: model
height: UM.Theme.getSize("button").width
width: UM.Theme.getSize("button").width
}
}
}
}