diff --git a/brewos.iso b/brewos.iso index d98752e..b809bed 100644 Binary files a/brewos.iso and b/brewos.iso differ diff --git a/build/brewos.elf b/build/brewos.elf index 7f25586..7e9581a 100755 Binary files a/build/brewos.elf and b/build/brewos.elf differ diff --git a/build/wm.o b/build/wm.o index e771c4e..41886a3 100644 Binary files a/build/wm.o and b/build/wm.o differ diff --git a/iso_root/brewos.elf b/iso_root/brewos.elf index 7f25586..7e9581a 100755 Binary files a/iso_root/brewos.elf and b/iso_root/brewos.elf differ diff --git a/src/kernel/wm.c b/src/kernel/wm.c index 1fdfdb4..074cb54 100644 --- a/src/kernel/wm.c +++ b/src/kernel/wm.c @@ -348,7 +348,7 @@ void wm_handle_click(int x, int y) { int sh = get_screen_height(); // Check Start Button - if (rect_contains(2, sh - 26, 60, 24, x, y)) { + if (rect_contains(2, sh - 26, 90, 24, x, y)) { start_menu_open = !start_menu_open; force_redraw = true; return;