mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
CURA-5035 Added typings
This commit is contained in:
parent
9b556e9c86
commit
0944bba86b
5 changed files with 46 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue