From 3d59b753c9eba5d20000960ea79676bf44cd09a2 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Mon, 29 Aug 2016 05:35:38 +1100 Subject: [PATCH] Drop Down List: provided a reasonable max height --- data/gui/window/drop_down_list.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/gui/window/drop_down_list.cfg b/data/gui/window/drop_down_list.cfg index 5b96ba3e167..17580825ba1 100644 --- a/data/gui/window/drop_down_list.cfg +++ b/data/gui/window/drop_down_list.cfg @@ -19,7 +19,7 @@ min( [resolution] definition = "menu" maximum_width = 9999 - maximum_height = 9999 + maximum_height = 700 width = "(max(button_w, if(window_width > 0, window_width, screen_width)))" height = "({FORMULA_WINDOW_HEIGHT})" ## Show the droplist below or above the button, wherever we have enough space. Below is prefered.