aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2003-04-12 17:19:28 +0000
committerMax Horn2003-04-12 17:19:28 +0000
commit68f67c98e641c45936fa4c8b435b34511ed0a41f (patch)
tree897389113f88aac111635da3f1586acbf61929ae /gui
parent1f48f9cc5f2ce548b2936d4a5f1aa7c34d186933 (diff)
downloadscummvm-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.h2
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
};