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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user