diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..8e597bd2 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +fceux.com \ No newline at end of file diff --git a/src/drivers/win/Win32InputBox.cpp b/src/drivers/win/Win32InputBox.cpp index 9306e61f..78cb968a 100644 --- a/src/drivers/win/Win32InputBox.cpp +++ b/src/drivers/win/Win32InputBox.cpp @@ -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);