Add extra space to printer button.

Contributes to CURA-5942.
This commit is contained in:
Diego Prado Gesto 2018-11-27 11:25:43 +01:00
parent a01ff9419d
commit e2f85fcdc4

View File

@ -90,11 +90,13 @@ Cura.ExpandableComponent
id: scroll
width: parent.width
clip: true
leftPadding: UM.Theme.getSize("default_lining").width
rightPadding: UM.Theme.getSize("default_lining").width
MachineSelectorList
{
// Can't use parent.width since the parent is the flickable component and not the ScrollView
width: scroll.width
width: scroll.width - scroll.leftPadding - scroll.rightPadding
property real maximumHeight: UM.Theme.getSize("machine_selector_widget_content").height - buttonRow.height
onHeightChanged: