Skip to content

Commit 416f3a7

Browse files
committed
don't show bounds
1 parent 9e6ba8e commit 416f3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_masonry/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class FormDiagramSettings(BaseModel):
99
show_residuals: bool = Field(default=False, title="Show Residuals")
1010
show_pipes: bool = Field(default=False, title="Show Pipes")
1111
show_loads: bool = Field(default=False, title="Show Loads")
12-
show_bounds: bool = Field(default=True, title="Show Bounds")
12+
show_bounds: bool = Field(default=False, title="Show Bounds")
1313
show_cracks: bool = Field(default=False, title="Show Cracks")
1414

1515
scale_reactions: float = Field(default=0.01, ge=1e-6, le=1e3, title="Scale Reactions")

0 commit comments

Comments
 (0)