smaller button routines.

This commit is contained in:
Martin Preuss
2025-11-17 23:45:10 +01:00
parent 5dcb48d671
commit 059654b16f
3 changed files with 112 additions and 72 deletions

View File

@@ -271,7 +271,12 @@ dlgNetstats_lUpdate: .db "Update :", 0
dlgNetstats_lClose: .db "Close", 0
dlgNetstats_CloseBtn: .dw 128, (140+STYLE_WIN_TITLE_HEIGHT), 64, 32, (dlgNetstats_lClose*2)
dlgNetstats_CloseBtn:
.dw 128
.dw (140+STYLE_WIN_TITLE_HEIGHT)
.dw 64
.dw 24
.dw (dlgNetstats_lClose*2)