mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Scale binding column in window
This commit is contained in:
@@ -490,7 +490,7 @@ private:
|
||||
gfx_filter_rect(&dpi, 0, y - 1, scrollWidth, y + (SCROLLABLE_ROW_HEIGHT - 2), FilterPaletteID::PaletteDarken1);
|
||||
}
|
||||
|
||||
auto bindingOffset = scrollWidth - 150;
|
||||
auto bindingOffset = (scrollWidth * 2) / 3;
|
||||
auto ft = Formatter();
|
||||
ft.Add<rct_string_id>(STR_SHORTCUT_ENTRY_FORMAT);
|
||||
if (shortcut.CustomString.empty())
|
||||
|
||||
Reference in New Issue
Block a user