mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
CURA-5035 Crash because old packages don't have 'author_id'
This commit is contained in:
parent
51abd32328
commit
096f304aef
3 changed files with 21 additions and 18 deletions
|
@ -23,7 +23,7 @@ Item
|
|||
bottomMargin: UM.Theme.getSize("wide_margin").height
|
||||
top: parent.top
|
||||
}
|
||||
height: childrenRect.height + UM.Theme.getSize("wide_margin").height
|
||||
height: childrenRect.height + 2 * UM.Theme.getSize("wide_margin").height
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
Repeater
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue