menu: text centered by y

git-svn-id: svn://kolibrios.org@2836 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-06-29 23:00:19 +00:00
parent 1da6d27173
commit 66677db997

View File

@ -21,7 +21,7 @@
; Compile with FASM for Menuet
;******************************************************************************
BTN_HEIGHT = 22
TXT_Y = (BTN_HEIGHT)/2-5
TXT_Y = (BTN_HEIGHT)/2-4
PANEL_HEIGHT = 20
MENU_BOTTON_X_POS = 10