mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Cannot do it simpler. CURA-2763
This commit is contained in:
parent
4ecd1a0fe3
commit
7694b8f128
@ -61,16 +61,24 @@ Column
|
||||
}
|
||||
}
|
||||
|
||||
/*Rectangle
|
||||
Row
|
||||
{
|
||||
id: extruderSelectionRow
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("sidebar_tabs").height
|
||||
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
||||
|
||||
Rectangle
|
||||
{
|
||||
id: extruderSeparator
|
||||
// anchors.verticalCenter: parent.verticalCenter
|
||||
// anchors.top: machineSelectionRow.bottom
|
||||
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
||||
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("sidebar_lining").height
|
||||
height: parent.height
|
||||
color: UM.Theme.getColor("sidebar_lining")
|
||||
}*/
|
||||
|
||||
anchors.top: extruderSelectionRow.top
|
||||
}
|
||||
|
||||
ListView
|
||||
{
|
||||
@ -78,13 +86,13 @@ Column
|
||||
property var index: 0
|
||||
|
||||
height: UM.Theme.getSize("sidebar_header_mode_tabs").height
|
||||
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
|
||||
anchors
|
||||
{
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
bottom: extruderSelectionRow.bottom
|
||||
}
|
||||
|
||||
ExclusiveGroup { id: extruderMenuGroup; }
|
||||
@ -169,6 +177,7 @@ Column
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Row
|
||||
{
|
||||
@ -183,7 +192,6 @@ Column
|
||||
leftMargin: UM.Theme.getSize("default_margin").width
|
||||
right: parent.right
|
||||
rightMargin: UM.Theme.getSize("default_margin").width
|
||||
top: extrudersList.bottom
|
||||
}
|
||||
|
||||
Label
|
||||
|
Loading…
x
Reference in New Issue
Block a user