Drop Down List: provided a reasonable max height
This commit is contained in:
parent
2bffd4af56
commit
3d59b753c9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue