mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Fix double lining between popups
CURA-9522
This commit is contained in:
parent
b052ea0609
commit
8c4276946d
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue