1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Update src/openrct2-ui/windows/ShortcutKeys.cpp

Co-authored-by: Aaron van Geffen <aaron@aaronweb.net>
This commit is contained in:
Ted John
2021-02-24 16:57:19 +00:00
committed by GitHub
parent 5ba3fdf452
commit 668ea01548

View File

@@ -58,7 +58,7 @@ enum
// clang-format off
static rct_widget window_shortcut_change_widgets[] = {
WINDOW_SHIM(CHANGE_WINDOW_TITLE, CHANGE_WW, CHANGE_WH),
MakeWidget({ 75, 56 }, { 100, 12 }, WindowWidgetType::Button, WindowColour::Primary, STR_SHORTCUT_REMOVE, STR_SHORTCUT_REMOVE_TIP),
MakeWidget({ 75, 56 }, { 100, 14 }, WindowWidgetType::Button, WindowColour::Primary, STR_SHORTCUT_REMOVE, STR_SHORTCUT_REMOVE_TIP),
{ WIDGETS_END }
};
// clang-format on