Improved layout, removed material name from extruder name. CURA-2763

This commit is contained in:
Jack Ha 2016-12-06 16:11:08 +01:00
parent b120cba148
commit 3efc5d63ef
7 changed files with 6 additions and 8 deletions

View file

@ -65,6 +65,7 @@ Column
{
id: extruderSelectionRow
height: UM.Theme.getSize("sidebar_tabs").height
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
anchors
{
@ -86,7 +87,6 @@ Column
id: extrudersList
property var index: 0
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
height: UM.Theme.getSize("sidebar_header_mode_tabs").height
boundsBehavior: Flickable.StopAtBounds