This commit is contained in:
luboslenco
2025-03-02 21:07:17 +01:00
parent 32bc073574
commit c8a667bfee
59 changed files with 371 additions and 509 deletions
+2 -2
View File
@@ -40,10 +40,10 @@ function tab_textures_draw(htab: ui_handle_t) {
if (project_assets.length > 0) {
///if (is_paint || is_sculpt)
let statusw: i32 = sys_width() - ui_toolbar_w - config_raw.layout[layout_size_t.SIDEBAR_W];
let statusw: i32 = kinc_window_width() - ui_toolbar_w - config_raw.layout[layout_size_t.SIDEBAR_W];
///end
///if is_lab
let statusw: i32 = sys_width();
let statusw: i32 = kinc_window_width();
///end
let slotw: i32 = math_floor(52 * ui_SCALE(ui));