Просмотр исходного кода

feat: stretch the node height

tags/v0.2.3
mingrammer 4 лет назад
Родитель
Сommit
c2958dea12
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py Просмотреть файл

@@ -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


Загрузка…
Отмена
Сохранить