From 6f844ae420e3a5722a1b580b1de95713a2b832a6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 15 Jun 2006 13:18:28 +0000 Subject: - Make tabs narrower so they all fit on screen. Now navigation buttons appear only on PSP resolution - Combined Audio/Volume tab in game options for consistency. svn-id: r23130 --- base/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 49b36c312a..94f5617f16 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -118,7 +118,6 @@ static bool launcherDialog(OSystem &system) { // Set the user specified graphics mode (if any). system.setGraphicsMode(ConfMan.get("gfx_mode").c_str()); - // Make GUI 640 x 400 system.initSize(320, 200); system.endGFXTransaction(); -- cgit v1.2.3