このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存