From a93b1e8a092c3fed56a91d1d0602a749f5e6d680 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 24 Nov 2025 16:26:04 +0100 Subject: [PATCH] ui tweaks --- paint/sources/box_export.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paint/sources/box_export.ts b/paint/sources/box_export.ts index a51bad97..5c576154 100644 --- a/paint/sources/box_export.ts +++ b/paint/sources/box_export.ts @@ -31,7 +31,7 @@ function box_export_show_textures() { /// if (arm_android || arm_ios) box_export_tab_export_mesh(box_export_htab); /// end - }, 540, 310); + }, 540, 340, null, true, tr("Export")); } function box_export_show_bake_material() { @@ -47,7 +47,7 @@ function box_export_show_bake_material() { box_export_tab_export_textures(tr("Bake to Textures"), true); box_export_tab_presets(); - }, 540, 310); + }, 540, 340, null, true, tr("Export")); } function box_export_tab_export_textures(title: string, bake_material: bool = false) { @@ -323,7 +323,7 @@ function box_export_show_mesh() { ui_box_show_custom(function() { let htab: ui_handle_t = ui_handle(__ID__); box_export_tab_export_mesh(htab); - }, 400, 240); + }, 420, 260, null, true, tr("Export")); } function box_export_tab_export_mesh(htab: ui_handle_t) {