mirror of https://github.com/snes9xgit/snes9x.git
Win32: Align hotkey 14's box.
This commit is contained in:
parent
e348636e7f
commit
0fe8bd3f0b
|
@ -460,7 +460,7 @@ BEGIN
|
|||
CONTROL "",IDC_HOTKEY11,"InputCustomHot",WS_TABSTOP,90,180,60,12,WS_EX_CLIENTEDGE
|
||||
CONTROL "",IDC_HOTKEY12,"InputCustomHot",WS_TABSTOP,90,195,60,12,WS_EX_CLIENTEDGE
|
||||
CONTROL "",IDC_HOTKEY13,"InputCustomHot",WS_TABSTOP,90,210,60,12,WS_EX_CLIENTEDGE
|
||||
CONTROL "", IDC_HOTKEY14, "InputCustomHot", WS_TABSTOP, 89, 225, 60, 12, WS_EX_CLIENTEDGE
|
||||
CONTROL "",IDC_HOTKEY14,"InputCustomHot",WS_TABSTOP,90,225,60,12,WS_EX_CLIENTEDGE
|
||||
|
||||
CONTROL "",IDC_SAVE1,"InputCustomHot",WS_TABSTOP,217,30,60,12,WS_EX_CLIENTEDGE
|
||||
RTEXT "Save 1:",IDC_LABEL_UP2,181,45,30,12
|
||||
|
|
Loading…
Reference in New Issue