gui2: renamed *layout2* to *layout*

This commit is contained in:
Martin Preuss
2026-04-12 17:10:15 +02:00
parent 98f1ab779d
commit 5fe4b4b705
8 changed files with 176 additions and 179 deletions

View File

@@ -178,7 +178,7 @@ mcLayoutVertically:
push xl
push xh
push r24
rcall Layout2_SetDefaultHeights ; (any, !Y)
rcall Layout_SetDefaultHeights ; (any, !Y)
pop r24
pop xh
pop xl
@@ -222,7 +222,7 @@ mcLayoutHorizontally:
push xl
push xh
push r24
rcall Layout2_SetDefaultWidths ; (any, !Y)
rcall Layout_SetDefaultWidths ; (any, !Y)
pop r24
pop xh
pop xl