Merge branch 'master' of ../TasVideo/fceux

This commit is contained in:
Matthew Budd 2020-08-07 16:34:39 -04:00
commit bb4adb36b4
2 changed files with 3 additions and 2 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
fceux.com

View File

@ -313,7 +313,7 @@ void CWin32InputBox::InitDialog()
0,
0,
rectDlg.right - rectDlg.left,
rectDlg.bottom - rectDlg.top - (rectEdit1.bottom - rectEdit1.top),
rectDlg.bottom - rectDlg.top - (rectEdit1.bottom - rectEdit1.top) + 16,
SWP_NOMOVE);
}
@ -325,7 +325,7 @@ void CWin32InputBox::InitDialog()
0,
0,
rectDlg.right - rectDlg.left,
rectEdit1.bottom - rectDlg.top + 5,
rectEdit1.bottom - rectDlg.top + 5 + 16,
SWP_NOMOVE);
::ShowWindow(hwndEdit2, SW_HIDE);