mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 18:39:10 +00:00
(svn r25334) -Fix: Position the linkgraph legend window automatically like most windows.
This commit is contained in:
@@ -381,7 +381,7 @@ assert_compile(WID_LGL_SATURATION_LAST - WID_LGL_SATURATION_FIRST ==
|
||||
lengthof(LinkGraphOverlay::LINK_COLOURS) - 1);
|
||||
|
||||
static WindowDesc _linkgraph_legend_desc(
|
||||
WDP_MANUAL, "toolbar_linkgraph", 300, 314,
|
||||
WDP_AUTO, "toolbar_linkgraph", 0, 0,
|
||||
WC_LINKGRAPH_LEGEND, WC_NONE,
|
||||
0,
|
||||
_nested_linkgraph_legend_widgets, lengthof(_nested_linkgraph_legend_widgets)
|
||||
|
Reference in New Issue
Block a user