mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Simplifying layout by removing unneeded elements. CURA-2763
This commit is contained in:
parent
67f1afb9ce
commit
4ecd1a0fe3
1 changed files with 82 additions and 93 deletions
|
|
@ -61,26 +61,16 @@ Column
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Row
|
/*Rectangle
|
||||||
{
|
{
|
||||||
id: extruderSelectionRow
|
id: extruderSeparator
|
||||||
height: UM.Theme.getSize("sidebar_tabs").height
|
// anchors.verticalCenter: parent.verticalCenter
|
||||||
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
// anchors.top: machineSelectionRow.bottom
|
||||||
|
|
||||||
anchors
|
|
||||||
{
|
|
||||||
left: parent.left
|
|
||||||
right: parent.right
|
|
||||||
}
|
|
||||||
|
|
||||||
Rectangle
|
|
||||||
{
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
|
||||||
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: UM.Theme.getSize("sidebar_lining").height
|
||||||
color: UM.Theme.getColor("tab_background")
|
color: UM.Theme.getColor("sidebar_lining")
|
||||||
}
|
}*/
|
||||||
|
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
|
|
@ -95,7 +85,6 @@ Column
|
||||||
{
|
{
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
bottom: parent.bottom
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ExclusiveGroup { id: extruderMenuGroup; }
|
ExclusiveGroup { id: extruderMenuGroup; }
|
||||||
|
|
@ -180,7 +169,6 @@ Column
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Row
|
Row
|
||||||
{
|
{
|
||||||
|
|
@ -195,6 +183,7 @@ Column
|
||||||
leftMargin: UM.Theme.getSize("default_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: UM.Theme.getSize("default_margin").width
|
rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
top: extrudersList.bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue