mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 13:49:39 +08:00
Remove redundant rows from POS QML
CuRA-6683
This commit is contained in:
parent
184a72f7ab
commit
90fefac37f
@ -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…
x
Reference in New Issue
Block a user