diff options
| author | Max Horn | 2003-03-26 22:41:12 +0000 |
|---|---|---|
| committer | Max Horn | 2003-03-26 22:41:12 +0000 |
| commit | ddb1173bf8c0e2a9ba1a29825fc999587803e404 (patch) | |
| tree | 77ce6d054b953d4465eb61df4588029dcb14391d /gui | |
| parent | c842edb5bd09472e2f3059e1a420e69818ef5aa8 (diff) | |
| download | scummvm-rg350-ddb1173bf8c0e2a9ba1a29825fc999587803e404.tar.gz scummvm-rg350-ddb1173bf8c0e2a9ba1a29825fc999587803e404.tar.bz2 scummvm-rg350-ddb1173bf8c0e2a9ba1a29825fc999587803e404.zip | |
grow default buttons size & browser dialog to accomodate for spanish games
svn-id: r6871
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/browser.cpp | 2 | ||||
| -rw-r--r-- | gui/widget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/browser.cpp b/gui/browser.cpp index 79d3baaf63..7c6c96bae8 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -36,7 +36,7 @@ enum { }; BrowserDialog::BrowserDialog(NewGui *gui, const char *title) - : Dialog(gui, 40, 10, 320 -2 * 40, 200 - 2 * 10), + : Dialog(gui, 20, 10, 320 -2 * 20, 200 - 2 * 10), _node(0), _nodeContent(0) { // Headline - TODO: should be customizable during creation time new StaticTextWidget(this, 10, 8, _w-2 * 10, kLineHeight, title, kTextAlignCenter); diff --git a/gui/widget.h b/gui/widget.h index 19a5081d1e..d05df3bf69 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -54,7 +54,7 @@ enum { }; enum { - kButtonWidth = 56, + kButtonWidth = 70, kButtonHeight = 16 }; |
