Resize windows when needed

This commit is contained in:
Robbert van der Helm
2020-03-23 22:57:56 +01:00
parent d2be82285a
commit dc08d8032d
2 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ HWND Editor::open() {
CreateWindowEx(WS_EX_TOOLWINDOW | WS_EX_ACCEPTFILES,
reinterpret_cast<LPCSTR>(window_class),
"yabridge plugin", WS_POPUP, CW_USEDEFAULT,
CW_USEDEFAULT, 256, 256, nullptr, nullptr,
CW_USEDEFAULT, 2048, 2048, nullptr, nullptr,
GetModuleHandle(nullptr), nullptr),
&DestroyWindow);