mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Remove height binding loop.
CURA-9514
This commit is contained in:
parent
9f204f2e43
commit
2ff0aed171
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ import Cura 1.0 as Cura
|
||||||
Loader {
|
Loader {
|
||||||
id: loader
|
id: loader
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
sourceComponent: {
|
sourceComponent: {
|
||||||
switch (model.listType) {
|
switch (model.listType) {
|
||||||
case "HIDE_BUTTON":
|
case "HIDE_BUTTON":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue