This website works better with JavaScript.
首頁
說明
登入
heuzef
/
diagrams
镜像来自
https://github.com/mingrammer/diagrams.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
43
Wiki
Activity
瀏覽代碼
feat: stretch the node height
tags/v0.2.3
mingrammer
4 年之前
父節點
a5bb0ed688
當前提交
c2958dea12
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
取消
儲存