CURA-5035 Added typings

This commit is contained in:
Ian Paschal 2018-04-20 16:21:57 +02:00
parent 9b556e9c86
commit 0944bba86b
5 changed files with 46 additions and 46 deletions

View file

@ -13,6 +13,7 @@ Column
{
id: base
height: childrenRect.height
width: parent.width
spacing: UM.Theme.getSize("default_margin").height
Label
{
@ -29,7 +30,7 @@ Column
columns: 2
columnSpacing: UM.Theme.getSize("default_margin").height
rowSpacing: UM.Theme.getSize("default_margin").width
height: childrenRect.height
Repeater
{
model: toolbox.viewCategory == "material" ? toolbox.authorsModel : toolbox.packagesModel