mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 04:11:07 -07:00
Improved layout, removed material name from extruder name. CURA-2763
This commit is contained in:
parent
b120cba148
commit
3efc5d63ef
7 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue