Browse Source

CR changes

pull/407/head
Dan Aharon-Shalom 3 years ago
parent
commit
676db8edff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py View File

@@ -234,7 +234,7 @@ class Cluster:
self.label = label
self.name = "cluster_" + self.label
if not self._icon:
self.icon = icon
self._icon = icon
if not self._icon_size:
self._icon_size = icon_size



Loading…
Cancel
Save