ui tweaks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user