Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
diagrams
espelhamento de
https://github.com/mingrammer/diagrams.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
43
Wiki
Atividade
Ver código fonte
feat: stretch the node height
tags/v0.2.3
mingrammer
4 anos atrás
pai
a5bb0ed688
commit
c2958dea12
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar