diff options
author | rubidium <rubidium@openttd.org> | 2009-08-02 16:45:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-02 16:45:53 +0000 |
commit | 2675eb46199e59a3352e5e874cbb7124a5a4fa36 (patch) | |
tree | 84ef99a6b1b0d3c6f4caa2124023408daf4f5f83 /src | |
parent | a7b0040e302ef50da6eace184e302ebc9dae6838 (diff) | |
download | openttd-2675eb46199e59a3352e5e874cbb7124a5a4fa36.tar.xz |
(svn r17041) -Fix [FS#3083] (r14735): graphical glitch with graph key
Diffstat (limited to 'src')
-rw-r--r-- | src/graph_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index cda256195..221ad7e6f 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -145,7 +145,7 @@ static const NWidgetPart _nested_graph_legend_widgets[] = { }; static const WindowDesc _graph_legend_desc( - WDP_AUTO, WDP_AUTO, 250, 198, 250, 198, + WDP_AUTO, WDP_AUTO, 250, 196, 250, 196, WC_GRAPH_LEGEND, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET, _graph_legend_widgets, _nested_graph_legend_widgets, lengthof(_nested_graph_legend_widgets) |