Update simplemenu.c

This commit is contained in:
Jan Bodnar 2016-02-08 13:24:21 +01:00
parent bf10cc6740
commit ddcf5a8e8a

View File

@ -21,7 +21,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
RegisterClassW(&wc);
CreateWindowW(wc.lpszClassName, L"Menu",
WS_OVERLAPPEDWINDOW | WS_VISIBLE,
100, 100, 200, 150, 0, 0, hInstance, 0);
100, 100, 350, 250, 0, 0, hInstance, 0);
while (GetMessage(&msg, NULL, 0, 0)) {