diff options
author | Nicola Mettifogo | 2009-03-29 12:10:17 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2009-03-29 12:10:17 +0000 |
commit | 8b3f6b029944bae3378afc06c127a4feb8530c7a (patch) | |
tree | 50523b5fc0d5ca05ebaff8881d711ff1a1acea49 | |
parent | 09d96e24f95d97e69b168e791e5bfe55c7668f36 (diff) | |
download | scummvm-rg350-8b3f6b029944bae3378afc06c127a4feb8530c7a.tar.gz scummvm-rg350-8b3f6b029944bae3378afc06c127a4feb8530c7a.tar.bz2 scummvm-rg350-8b3f6b029944bae3378afc06c127a4feb8530c7a.zip |
Set main menu text height to the actual font height.
svn-id: r39735
-rw-r--r-- | engines/parallaction/gui_br.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/gui_br.cpp b/engines/parallaction/gui_br.cpp index 62f4c8e2bd..955c7bd262 100644 --- a/engines/parallaction/gui_br.cpp +++ b/engines/parallaction/gui_br.cpp @@ -105,7 +105,7 @@ class MainMenuInputState_BR : public MenuInputState { #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. |