Moving a search option to the bottom of the screen.

The list of workers in the workshop profile page can take nearly the full height of the screen.
develop
Eric Wald 2016-05-15 22:49:35 -06:00
parent b7aa8aca26
commit 11a0bea002
1 changed files with 1 additions and 1 deletions

@ -1671,7 +1671,7 @@ public:
void render() const
{
print_search_option(2, 23);
print_search_option(2, gps->dimy - 5);
}
vector<df::unit *> *get_primary_list()