Skip to content

Commit 11504b2

Browse files
committed
Update printing.jl
this makes all variables fit inside the panel when there are many (found in XPalm `XPalm.Models.PlantBunchHarvest`)
1 parent d28eeea commit 11504b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dependencies/printing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function draw_model_panel(i::SoftDependencyNode{T}; title=nothing) where {T}
105105
"Model: $(T)\n",
106106
"Dep: $(i.parent_vars)"
107107
);
108-
fit=true,
108+
fit=false,
109109
style="blue dim"
110110
)
111111
end

0 commit comments

Comments
 (0)