mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57: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
|
@ -9,11 +9,11 @@ Item
|
|||
{
|
||||
id: header
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("toolbox_header").height * 4
|
||||
height: UM.Theme.getSize("toolbox_header").height
|
||||
Row
|
||||
{
|
||||
id: bar
|
||||
spacing: 12
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
height: childrenRect.height
|
||||
width: childrenRect.width
|
||||
anchors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue