ui cleanup

This commit is contained in:
luboslenco
2025-08-15 22:04:07 +02:00
parent 01c19da29f
commit 47f1147ba5
35 changed files with 370 additions and 487 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function ui_header_render_ui() {
else {
ui_header_h = ui_header_default_h;
}
ui_header_h = math_floor(ui_header_h * ui_SCALE(ui));
ui_header_h = math_floor(ui_header_h * UI_SCALE());
if (config_raw.layout[layout_size_t.HEADER] == 0) {
return;