Skip to content

Commit

Permalink
Layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 4, 2024
1 parent f14e0c1 commit d44c515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Application {
BUTTON_WIDTH + 20,
10,
BUTTON_WIDTH * 1.5,
200,
180,
hwnd,
(HMENU)Widgets::DIRECTORY,
wc.hInstance,
Expand All @@ -133,8 +133,8 @@ class Application {
"Interval:",
WS_VISIBLE | WS_CHILD,
10,
120 + BUTTON_HEIGHT,
50, 20,
160 + BUTTON_HEIGHT,
50, BUTTON_HEIGHT,
hwnd,
NULL,
wc.hInstance,
Expand All @@ -145,7 +145,7 @@ class Application {
"",
WS_VISIBLE | WS_CHILD | WS_BORDER | ES_NUMBER,
70,
120 + BUTTON_HEIGHT,
160 + BUTTON_HEIGHT,
150, BUTTON_HEIGHT,
hwnd,
(HMENU)Widgets::INTERVAL,
Expand Down

0 comments on commit d44c515

Please sign in to comment.