Lining at the bottom of UnderlineBackground and at the top of the menu give a double width lining.

Moved the menu up slightly so lining of UnderlineBackground is hidden.

CURA-9004
This commit is contained in:
j.delarago 2022-03-07 17:07:14 +01:00
parent a49aa6502c
commit 59158db34b

View file

@ -289,7 +289,7 @@ Item
extruderIndex: Cura.ExtruderManager.activeExtruderIndex extruderIndex: Cura.ExtruderManager.activeExtruderIndex
updateModels: materialSelection.visible updateModels: materialSelection.visible
} }
onClicked: materialsMenu.popup(0, height) onClicked: materialsMenu.popup(0, height - UM.Theme.getSize("default_lining").height)
} }
Item Item
@ -344,7 +344,7 @@ Item
extruderIndex: Cura.ExtruderManager.activeExtruderIndex extruderIndex: Cura.ExtruderManager.activeExtruderIndex
width: variantSelection.width width: variantSelection.width
} }
onClicked: nozzlesMenu.popup(0, height) onClicked: nozzlesMenu.popup(0, height - UM.Theme.getSize("default_lining").height)
} }
} }