mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Remove redundant rows from POS QML
CuRA-6683
This commit is contained in:
parent
184a72f7ab
commit
90fefac37f
1 changed files with 46 additions and 63 deletions
|
@ -124,10 +124,6 @@ Item
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Row // Selected mesh type label
|
|
||||||
{
|
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: meshTypeLabel
|
id: meshTypeLabel
|
||||||
|
@ -137,13 +133,6 @@ Item
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Row // Infill-only checkbox (visible for overhang mesh button)
|
|
||||||
{
|
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
|
||||||
|
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
id: infillOnlyCheckbox
|
id: infillOnlyCheckbox
|
||||||
|
@ -156,11 +145,6 @@ Item
|
||||||
visible: current_mesh_type === infill_mesh_type || current_mesh_type === cutting_mesh_type
|
visible: current_mesh_type === infill_mesh_type || current_mesh_type === cutting_mesh_type
|
||||||
onClicked: setOverhangsMeshType()
|
onClicked: setOverhangsMeshType()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Row
|
|
||||||
{
|
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
|
||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
|
@ -204,7 +188,6 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue