Skip to content

Commit e7b27fc

Browse files
committed
Reduce graph node border
1 parent c8a6409 commit e7b27fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qrexec/tools/qrexec_policy_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def handle_single_action(args, action, system_info):
101101
node_attributes = "style = dotted"
102102
else:
103103
node_color = system_info["domains"][node]["label"].replace("0x", "#")
104-
node_attributes = f'color = "{node_color}", penwidth = 5'
104+
node_attributes = f'color = "{node_color}", penwidth = 3'
105105
lines.append(f' "{node}" [{node_attributes}];\n')
106106

107107
# create edges with services as labels

0 commit comments

Comments
 (0)