From 523eba81f524b561200f01b03bece61fd21dab53 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 25 Oct 2016 21:31:12 -0400 Subject: [PATCH] update Window initial size to 800x800 for now --- src/gui/Window.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/Window.cc b/src/gui/Window.cc index 05b384c..362b4b1 100644 --- a/src/gui/Window.cc +++ b/src/gui/Window.cc @@ -2,8 +2,8 @@ #include "Window.h" #include "Runtime.h" -#define INITIAL_WIDTH 500 -#define INITIAL_HEIGHT 500 +#define INITIAL_WIDTH 800 +#define INITIAL_HEIGHT 800 #define FONT_SIZE 16 struct