mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:55:59 +08:00
Simplifying layout by removing unneeded elements. CURA-2763
This commit is contained in:
parent
67f1afb9ce
commit
4ecd1a0fe3
@ -61,26 +61,16 @@ Column
|
||||
}
|
||||
}
|
||||
|
||||
Row
|
||||
/*Rectangle
|
||||
{
|
||||
id: extruderSelectionRow
|
||||
height: UM.Theme.getSize("sidebar_tabs").height
|
||||
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
||||
|
||||
anchors
|
||||
{
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
|
||||
Rectangle
|
||||
{
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
id: extruderSeparator
|
||||
// anchors.verticalCenter: parent.verticalCenter
|
||||
// anchors.top: machineSelectionRow.bottom
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
color: UM.Theme.getColor("tab_background")
|
||||
}
|
||||
height: UM.Theme.getSize("sidebar_lining").height
|
||||
color: UM.Theme.getColor("sidebar_lining")
|
||||
}*/
|
||||
|
||||
ListView
|
||||
{
|
||||
@ -95,7 +85,6 @@ Column
|
||||
{
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
bottom: parent.bottom
|
||||
}
|
||||
|
||||
ExclusiveGroup { id: extruderMenuGroup; }
|
||||
@ -180,7 +169,6 @@ Column
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Row
|
||||
{
|
||||
@ -195,6 +183,7 @@ 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