diff options
author | Max Horn | 2003-04-12 17:19:28 +0000 |
---|---|---|
committer | Max Horn | 2003-04-12 17:19:28 +0000 |
commit | 68f67c98e641c45936fa4c8b435b34511ed0a41f (patch) | |
tree | 897389113f88aac111635da3f1586acbf61929ae /gui | |
parent | 1f48f9cc5f2ce548b2936d4a5f1aa7c34d186933 (diff) | |
download | scummvm-rg350-68f67c98e641c45936fa4c8b435b34511ed0a41f.tar.gz scummvm-rg350-68f67c98e641c45936fa4c8b435b34511ed0a41f.tar.bz2 scummvm-rg350-68f67c98e641c45936fa4c8b435b34511ed0a41f.zip |
incresed button width a little more for spanish games
svn-id: r6988
Diffstat (limited to 'gui')
-rw-r--r-- | gui/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/widget.h b/gui/widget.h index d05df3bf69..5e085aed32 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -54,7 +54,7 @@ enum { }; enum { - kButtonWidth = 70, + kButtonWidth = 72, kButtonHeight = 16 }; |