本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
diagrams
镜像来自
https://github.com/mingrammer/diagrams.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
43
Wiki
活動
瀏覽代碼
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…
取消
儲存