mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:09:02 +08:00
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:
parent
a49aa6502c
commit
59158db34b
@ -289,7 +289,7 @@ Item
|
||||
extruderIndex: Cura.ExtruderManager.activeExtruderIndex
|
||||
updateModels: materialSelection.visible
|
||||
}
|
||||
onClicked: materialsMenu.popup(0, height)
|
||||
onClicked: materialsMenu.popup(0, height - UM.Theme.getSize("default_lining").height)
|
||||
}
|
||||
|
||||
Item
|
||||
@ -344,7 +344,7 @@ Item
|
||||
extruderIndex: Cura.ExtruderManager.activeExtruderIndex
|
||||
width: variantSelection.width
|
||||
}
|
||||
onClicked: nozzlesMenu.popup(0, height)
|
||||
onClicked: nozzlesMenu.popup(0, height - UM.Theme.getSize("default_lining").height)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user