merge: quick/table-node-smaller — Table node 8 px

This commit is contained in:
2026-05-01 17:38:46 +02:00
+1 -1
View File
@@ -582,7 +582,7 @@ std::vector<uint16_t> 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;
}
}