Moving stockflow hotkeys to the bottom of the menu.

The hard-coded location is no longer appropriate for the new behavior of the linked stockpiles list.
develop
Eric Wald 2014-08-17 15:44:02 -06:00
parent 74eee84538
commit 9f17966f87
1 changed files with 1 additions and 1 deletions

@ -206,7 +206,7 @@ public:
auto dims = Gui::getDwarfmodeViewDims();
int left_margin = dims.menu_x1 + 1;
int x = left_margin;
int y = 14;
int y = dims.y2 - 3;
OutputHotkeyString(x, y, current_job, "j", true, left_margin, COLOR_WHITE, COLOR_LIGHTRED);
if (*current_trigger)