paint: increase node spacing for folder import

This commit is contained in:
luboslenco
2026-03-26 18:11:22 +01:00
parent f32f9cfcc9
commit a1be6fb9b9
+1 -1
View File
@@ -89,7 +89,7 @@ void import_folder_run(char *path) {
// Place nodes
i32 pos = 0;
i32 start_y = 100;
i32 node_h = 170;
i32 node_h = 180;
if (!string_equals(mapbase, "")) {
import_folder_place_image_node(nodes, canvas, mapbase, start_y + node_h * pos, nout->id, 0);
pos++;