Move stockpiles option (load/save) below stocks/autodump/etc

Fixes #1161
develop
lethosor 2018-05-09 10:33:41 -04:00
parent ead0092765
commit 2ada907420
1 changed files with 1 additions and 1 deletions

@ -409,7 +409,7 @@ struct stockpiles_import_hook : public df::viewscreen_dwarfmodest
auto dims = Gui::getDwarfmodeViewDims();
int left_margin = dims.menu_x1 + 1;
int x = left_margin;
int y = dims.y2 - 7;
int y = dims.y2 - 3;
int links = 0;
links += sp->links.give_to_pile.size();