Merge remote-tracking branch 'origin/CURA-9622_unable_to_scroll_long_materials_list' into CURA-9622_unable_to_scroll_long_materials_list

This commit is contained in:
Joey de l'Arago 2022-12-06 15:37:21 +01:00
commit 4e8e5c2bf0

View File

@ -99,7 +99,7 @@ Cura.MenuItem
if (popupHeight < spaceToBottom)
{
return -UM.Theme.getSize("default_lining").width
return -UM.Theme.getSize("default_lining").height
}
else
{