diff --git a/types_registry.cpp b/types_registry.cpp index 4082136..22e7bfe 100644 --- a/types_registry.cpp +++ b/types_registry.cpp @@ -582,7 +582,7 @@ std::vector apply_types_yaml(GraphData& graph, const ParsedTypes& type || eq_ci(et.name, std::string("table"))); et.shape = is_table ? SHAPE_SQUARE : SHAPE_CIRCLE; if (is_table) { - et.default_size = 32.0f; + et.default_size = 8.0f; } }