diff --git a/paint/sources/ui_view2d.ts b/paint/sources/ui_view2d.ts index 143c93d3..ff59bbfd 100644 --- a/paint/sources/ui_view2d.ts +++ b/paint/sources/ui_view2d.ts @@ -342,6 +342,8 @@ function ui_view2d_render() { if (ui_view2d_type == view_2d_type_t.ASSET && tex != null) { // Texture resolution ui_text(tex.width + "x" + tex.height); + ui._x += ew * 0.7 + 3; + ui._y = 2 + start_y; } ui.enabled = false;