feat: stretch the node height

pull/11/head
mingrammer 5 years ago
parent a5bb0ed688
commit c2958dea12

@ -252,7 +252,7 @@ class Node:
# that label being spanned between icon image and white space.
self.attrs = {
"shape": "none",
"height": "1.6",
"height": "1.7",
"image": self._load_icon(),
} if self._icon else {}
# fmt: on

Loading…
Cancel
Save