mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue