1
0
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:
Ted John
2021-01-17 16:13:56 +00:00
parent 2b197d0fb2
commit fa1a374a04

View File

@@ -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())