mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
The third nested popup will now always try to stay withen the vertical space of the root materials popup.
See CURA-9522 for diagrams and more information. CURA-9522
This commit is contained in:
parent
4e8e5c2bf0
commit
4f4d2431fa
2 changed files with 24 additions and 5 deletions
|
@ -101,6 +101,7 @@ Cura.Menu
|
|||
delegate: Cura.MaterialBrandMenu
|
||||
{
|
||||
materialTypesModel: model
|
||||
rootHeight: materialMenu.height
|
||||
}
|
||||
onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)}
|
||||
onObjectRemoved: function(index, object) { materialMenu.removeItem(index) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue