summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYexo <Yexo@openttd.org>2009-01-24 10:28:41 +0000
committerYexo <Yexo@openttd.org>2009-01-24 10:28:41 +0000
commita20635fbfdb7c88bad9d1ee447f21ee520c04c9a (patch)
tree93a49fc27626147be81600fe37775ee7913296c6 /src
parent6a147caa256fdb8b890e922d42d7edf52b23b94a (diff)
downloadopenttd-a20635fbfdb7c88bad9d1ee447f21ee520c04c9a.tar.xz
(svn r15250) -Fix (r15126): The NewGRF Settings window was 1 pixel to low.
Diffstat (limited to 'src')
-rw-r--r--src/newgrf_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp
index f27883769..e41de64d1 100644
--- a/src/newgrf_gui.cpp
+++ b/src/newgrf_gui.cpp
@@ -754,7 +754,7 @@ static const Widget _newgrf_widgets[] = {
/* Window definition of the manage newgrfs window */
static const WindowDesc _newgrf_desc = {
- WDP_CENTER, WDP_CENTER, 300, 262, 300, 262,
+ WDP_CENTER, WDP_CENTER, 300, 263, 300, 263,
WC_GAME_OPTIONS, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE,
_newgrf_widgets,