mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Added some missing widths en heights
GammaRay complained about some objects not having a size
This commit is contained in:
parent
eaa7b75f0e
commit
a7e1017aa2
3 changed files with 7 additions and 2 deletions
|
|
@ -30,7 +30,8 @@ Item
|
|||
id: repeat
|
||||
|
||||
model: UM.ToolModel { }
|
||||
|
||||
width: childrenRect.width
|
||||
height: childrenRect.height
|
||||
Button
|
||||
{
|
||||
text: model.name
|
||||
|
|
@ -72,6 +73,8 @@ Item
|
|||
Repeater
|
||||
{
|
||||
id: extruders
|
||||
width: childrenRect.width
|
||||
height: childrenRect.height
|
||||
property var _model: Cura.ExtrudersModel { id: extrudersModel }
|
||||
model: _model.items.length > 1 ? _model : 0
|
||||
ExtruderButton { extruder: model }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue