From f374e346ac7ff9590c71fedb9863e68ff1bd4f46 Mon Sep 17 00:00:00 2001 From: Burer Date: Sat, 5 Apr 2025 12:20:58 +0300 Subject: [PATCH] [Apps/Calcplus] Small UI tweaks to previous --- programs/other/calcplus/calcplus.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index da39e584c..fb66e83e9 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -306,7 +306,7 @@ calc: cmp [error_n], 0 jne .error - mov [ans.buffer], word "= " + mov [ans.buffer], word " = " stdcall convert_to_str, eax, ans.buffer + 2 add eax, 2 @@ -422,7 +422,7 @@ proc draw_textbox mcall , , < 9, 1>, [scn.gui_tb_in_shd] mcall , , < 10, 27> - mov ebx, LIST_X + LIST_ITEM_W - 12 + mov ebx, LIST_X + LIST_ITEM_W - 9 sub ebx, [ans.size] shl ebx, 16 add ebx, 16