From 11a0bea00279b56add1a1a3b8bac351cff5cc083 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Sun, 15 May 2016 22:49:35 -0600 Subject: [PATCH] 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. --- plugins/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search.cpp b/plugins/search.cpp index 0b7556552..a177665ad 100644 --- a/plugins/search.cpp +++ b/plugins/search.cpp @@ -1671,7 +1671,7 @@ public: void render() const { - print_search_option(2, 23); + print_search_option(2, gps->dimy - 5); } vector *get_primary_list()