[Apps/Calcplus] Fix to previous

This commit is contained in:
2025-04-05 10:23:14 +03:00
committed by Max Logaev
parent 70da8c4220
commit 23653cca80

View File

@@ -663,8 +663,8 @@ KEYBOARD_X = LIST_ITEM_W + 20
KEYBOARD_Y = LIST_Y
KEYBOARD_W = 190
LIST_ITEM_TEXT1 equ dword [sc.work_text]
LIST_ITEM_TEXT2 equ dword [sc.work_text]
LIST_ITEM_TEXT1 = dword [sc.work_text]
LIST_ITEM_TEXT2 = dword [sc.work_text]
WIN_X = 200
WIN_Y = 200