mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-5035 Aproaching the asymptote of done
This commit is contained in:
parent
01007946b4
commit
2d54251be0
5 changed files with 24 additions and 20 deletions
|
|
@ -23,9 +23,7 @@ Item
|
|||
bottomMargin: UM.Theme.getSize("wide_margin").height
|
||||
top: parent.top
|
||||
}
|
||||
// TODO: Sometimes the height is not the childrenRect.height. Lord
|
||||
// knows why. Probably because QT is garbage.
|
||||
height: childrenRect.height
|
||||
height: childrenRect.height + UM.Theme.getSize("wide_margin").height
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
Repeater
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue