1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Increased the maximum width of the ride graph window

This commit is contained in:
Michael Bernardi
2024-12-09 02:45:59 +11:00
parent 1b4e611e2e
commit ab2d2a5180
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
0.4.18 (in development)
------------------------------------------------------------------------
- Improved: [#23260] Add diagonal (block) brakes to LSM Launched Roller Coaster.
- Improved: [#23350] Increased the maximum width of the ride graph window.
- Fix: [#23286] Currency formatted incorrectly in the in game console.
0.4.17 (2024-12-08)

View File

@@ -5946,7 +5946,7 @@ namespace OpenRCT2::Ui::Windows
void GraphsResize()
{
WindowSetResize(*this, 316, 182, 500, 450);
WindowSetResize(*this, 316, 182, 5000, 450);
}
void GraphsOnMouseDown(WidgetIndex widgetIndex)