center sub window option within the preferences dialog.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19036 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
vayne 2006-07-12 16:43:03 +00:00
parent fd4f92a6b8
commit db599d82c0
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ static LRESULT CALLBACK PrefsWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM
btn = CreateWindow("button", "Display videos in the sub window",
WS_CHILD | WS_VISIBLE | BS_AUTOCHECKBOX,
55, 227, 250, 25,
85, 227, 250, 25,
hwnd, (HMENU) ID_SUBWINDOW,
((LPCREATESTRUCT) lParam) -> hInstance,
NULL);