Skip to content

Commit

Permalink
refactor: Group port flags
Browse files Browse the repository at this point in the history
Co-authored-by: Ernst Würger <[email protected]>
  • Loading branch information
huyenngn and ewuerger authored Nov 5, 2024
1 parent 49e9c6e commit d68846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse_context_diagrams/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ def __init__(
"slim_center_box": True,
"display_port_labels": False,
"port_label_position": _elkjs.PORT_LABEL_POSITION.OUTSIDE.name,
"transparent_background": False,
"display_unused_ports": False,
"transparent_background": False,
} | default_render_parameters

if standard_filter := STANDARD_FILTERS.get(class_):
Expand Down

0 comments on commit d68846f

Please sign in to comment.