Thicken additional component table

This commit is contained in:
Daniel Rojas 2023-03-27 16:56:59 +02:00 committed by KV
parent 1e4e63ec27
commit e2e04f725e

View File

@ -125,7 +125,7 @@ def gv_additional_component_table(component):
) )
) )
return Table(rows, border=0) return Table(rows, border=1, cellborder=0, cellpadding=3, cellspacing=0)
def calculate_node_bgcolor(component, harness_options): def calculate_node_bgcolor(component, harness_options):