mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-21 21:29:41 +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
|
||||
{
|
||||
id: meshTypeLabel
|
||||
@ -137,13 +133,6 @@ Item
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Row // Infill-only checkbox (visible for overhang mesh button)
|
||||
{
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
|
||||
|
||||
CheckBox
|
||||
{
|
||||
id: infillOnlyCheckbox
|
||||
@ -156,11 +145,6 @@ Item
|
||||
visible: current_mesh_type === infill_mesh_type || current_mesh_type === cutting_mesh_type
|
||||
onClicked: setOverhangsMeshType()
|
||||
}
|
||||
}
|
||||
|
||||
Row
|
||||
{
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
|
||||
Button
|
||||
{
|
||||
@ -204,7 +188,6 @@ Item
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user