Fix node view size

This commit is contained in:
luboslenco
2025-08-22 21:01:25 +02:00
parent a77f4ba965
commit 38e1ec5d2e
+3
View File
@@ -908,6 +908,9 @@ function ui_nodes_render() {
if (config_raw.layout[layout_size_t.HEADER] == 1) {
ui_nodes_wy += ui_header_h;
}
else {
ui_nodes_wy -= ui_header_h;
}
if (!ui_base_show) {
ui_nodes_wy -= ui_header_h * 2;
}