https://bugs.documentfoundation.org/show_bug.cgi?id=132435

--- Comment #6 from Caolán McNamara <[email protected]> ---
MAX_MRU_FONTNAME_ENTRIES controls the number of elements in the "most recently
used" portion of the menu, not the number of overall elements in the menu.

A normal vcl combobox lists show a maximum number of "ListBoxMaximumLineCount"
lines as set by officecfg/registry/schema/org/openoffice/Office/Common.xcs
which is 25 at the moment

That font dropdown contains custom rendered elements, but the height is
currently set to approximately what height it would have if it was a normal
combobox list, the positioning after that is whatever vcl always did when a
menu got that high.

wrt widget width, there is no value which can be set there which does not cause
complaint so leave that as a separate issue to the height.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to