tweak(types): Table node default_size 32 -> 8 px
Tras feedback en uso, 32 px era excesivo y dominaba el viewport. 8 px mantiene la diferencia visual frente a los nodos circulo (4 px) sin pisar el grafo.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user