Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Fix reset window size
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyExtreme committed Dec 24, 2023
1 parent 553eb02 commit 8247f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KBotExt/SettingsTab.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class SettingsTab

if (ImGui::Button("Reset window size"))
{
S.Window.width = 730;
S.Window.width = 775;
S.Window.height = 530;
SetWindowPos(S.hwnd, nullptr, 0, 0, S.Window.width, S.Window.height, SWP_NOMOVE | SWP_NOOWNERZORDER | SWP_NOZORDER);

Expand Down

0 comments on commit 8247f00

Please sign in to comment.