mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Resize windows when needed
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user