Browse Source

Fix node view size

luboslenco 4 tuần trước cách đây
mục cha
commit
38e1ec5d2e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      base/sources/ts/ui_nodes.ts

+ 3 - 0
base/sources/ts/ui_nodes.ts

@@ -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;
 		}