[Apps/Calcplus] Final polishing
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 29s
Build system / Build (pull_request) Successful in 6m39s

This commit is contained in:
2025-04-14 14:44:28 +03:00
parent 587d887a12
commit d143611a51
2 changed files with 1 additions and 3 deletions

View File

@@ -1,2 +0,0 @@
@fasm -dlang=ru_RU calcplus.asm calc+
@pause

View File

@@ -64,7 +64,7 @@ WIN_W = LIST_ITEM_W + KEYBOARD_W + 7
WIN_H = LIST_H + 60 WIN_H = LIST_H + 60
sz_head db "Calc+", 0 sz_head db "Calc+", 0
btn_clr db "" btn_clr db "" ; "Enter" symbol, curved arrow in input area
buttons db "|%^*/-+)(=7894561230" buttons db "|%^*/-+)(=7894561230"
edb1 edit_box 0, 14, 12, 0xFFFFFF, 0x94AECE, 0xFFC90E, 0xCACACA, 0x10000000, \ edb1 edit_box 0, 14, 12, 0xFFFFFF, 0x94AECE, 0xFFC90E, 0xCACACA, 0x10000000, \
480, exp, group, ed_always_focus + ed_focus, 0, 0 480, exp, group, ed_always_focus + ed_focus, 0, 0