<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Font selection drop down menu expands right and button is too narrow"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132435#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Font selection drop down menu expands right and button is too narrow"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132435">bug 132435</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>