mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:38:58 +08:00
Fix double lining between popups
CURA-9522
This commit is contained in:
parent
b052ea0609
commit
8c4276946d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user