diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index cda2561952..221ad7e6fe 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)