Set height and of the material brand menuitem explicitly

Contributes to CURA-9522
This commit is contained in:
jspijker 2023-01-05 13:41:26 +01:00
parent a1b9232f9d
commit e532e13e06

View File

@ -14,6 +14,7 @@ Instead we'll use a pop-up which doesn't seem to have that problem. */
Cura.MenuItem Cura.MenuItem
{ {
id: materialBrandMenu id: materialBrandMenu
height: UM.Theme.getSize("menu").height + UM.Theme.getSize("narrow_margin").height
overrideShowArrow: true overrideShowArrow: true
property var materialTypesModel property var materialTypesModel