Skip to content

Commit

Permalink
Modify window size
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 3, 2024
1 parent 2a640d8 commit 5951d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ void create_window() {
return;
}

MoveWindow(hwnd, 0, 0, 250, 600, TRUE);

HWND running_button = CreateWindow(
"BUTTON",
"Start",
Expand Down

0 comments on commit 5951d08

Please sign in to comment.