CURA-5035 Review feedback

This commit is contained in:
Ian Paschal 2018-05-02 12:01:29 +02:00
parent 3934f6f1b3
commit 62aeb6c954
10 changed files with 9 additions and 78 deletions

View file

@ -11,7 +11,7 @@ Column
{
// HACK: GridLayouts don't render to the correct height with odd numbers of
// items, so if odd, add some extra space.
height: grid.model.items.length % 2 == 0 ? childrenRect.height : childrenRect.height + 3 * UM.Theme.getSize("wide_margin").height
height: grid.model.items.length % 2 == 0 ? childrenRect.height : childrenRect.height + UM.Theme.getSize("toolbox_thumbnail_small").height
width: parent.width
spacing: UM.Theme.getSize("default_margin").height
Label