Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
diagrams
réplica de
https://github.com/mingrammer/diagrams.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
43
Wiki
Actividad
Explorar el Código
feat: stretch the node height
tags/v0.2.3
mingrammer
hace 4 años
padre
a5bb0ed688
commit
c2958dea12
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar