[Scummvm-cvs-logs] SF.net SVN: scummvm:[39735] scummvm/trunk/engines/parallaction/gui_br.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Mar 29 14:10:18 CEST 2009


Revision: 39735
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39735&view=rev
Author:   peres001
Date:     2009-03-29 12:10:17 +0000 (Sun, 29 Mar 2009)

Log Message:
-----------
Set main menu text height to the actual font height.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/gui_br.cpp

Modified: scummvm/trunk/engines/parallaction/gui_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/gui_br.cpp	2009-03-29 11:56:32 UTC (rev 39734)
+++ scummvm/trunk/engines/parallaction/gui_br.cpp	2009-03-29 12:10:17 UTC (rev 39735)
@@ -105,7 +105,7 @@
 	#define MENUITEMS_Y			200
 
 	#define MENUITEM_WIDTH		200
-	#define MENUITEM_HEIGHT		18
+	#define MENUITEM_HEIGHT		20
 
 	Frames* renderMenuItem(const char *text) {
 		// this builds a surface containing two copies of the text.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list