Drop Down List: provided a reasonable max height

This commit is contained in:
Charles Dang 2016-08-29 05:35:38 +11:00
parent 2bffd4af56
commit 3d59b753c9

View file

@ -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.