Fix double lining between popups

CURA-9522
This commit is contained in:
Joey de l'Arago 2022-12-29 13:06:49 +01:00
parent b052ea0609
commit 8c4276946d

View File

@ -94,6 +94,8 @@ Cura.MenuItem
// We have to keep a count of itemHovered (instead of just a bool)
property int itemHovered: 0
implicitX: parent.width - UM.Theme.getSize("default_lining").width
MouseArea
{
id: submenuArea