ui cleanup

This commit is contained in:
luboslenco
2025-08-15 22:59:45 +02:00
parent 47f1147ba5
commit e9bc7dfecb
40 changed files with 343 additions and 389 deletions
+1 -2
View File
@@ -9,7 +9,6 @@ function ui_header_init() {
}
function ui_header_render_ui() {
let ui: ui_t = ui_base_ui;
if (config_raw.touch_ui) {
ui_header_h = ui_header_default_h + 6;
}
@@ -31,6 +30,6 @@ function ui_header_render_ui() {
if (ui_window(ui_header_handle, sys_x(), ui_header_h, ww, ui_header_h)) {
ui._y += 2;
ui_header_draw_tool_properties(ui);
ui_header_draw_tool_properties();
}
}