summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2014-11-11 18:14:07 -0800
committerRory MacQueen <rorymacqueen@gmail.com>2015-01-19 12:05:43 -0200
commit1aa20d8f5de7da2abaacf0f294dbf1bb0c2276be (patch)
treee519113278438931a3d92d48e3dd8937e2ace7c4
parentae54d000adbd68a32afd56b996a1f793dff32b59 (diff)
Make our default height 570 pixels
600 pixels is bigger than our work area at our minimum resolution of 800x600 and it was giving us terminal warnings. The 30 pixels is needed for the bottom bar to display properly
-rw-r--r--endless/eoswindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/endless/eoswindow.c b/endless/eoswindow.c
index 220f81f..8b73dcc 100644
--- a/endless/eoswindow.c
+++ b/endless/eoswindow.c
@@ -63,7 +63,7 @@
*/
#define DEFAULT_WINDOW_WIDTH 800
-#define DEFAULT_WINDOW_HEIGHT 600
+#define DEFAULT_WINDOW_HEIGHT 570
#define BACKGROUND_FRAME_NAME_TEMPLATE "_eos-window-background-%d"