I'm trying to extend the area of the recent document drop down menu, none of the other ones. I want to increase the size of that one and decrease the size of the open dialog. <div><br></div><div><br></div><div>Joel<br>
<br><div class="gmail_quote">On Fri, Jul 6, 2012 at 8:33 AM, Ivan Timofeev <span dir="ltr"><<a href="mailto:timofeev.i.s@gmail.com" target="_blank">timofeev.i.s@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 06.07.2012 19:17, Joel Madero wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Someone else suggested there also but I'm not seeing anything that would<br>
differentiate Open vs. Recent Documents on the backingwindow.<br>
</blockquote>
<br></div>
AFAIUI you are trying to extend the area, which is responsible for mouse clicks showing the menu. In this case the code you should modify is<br>
<br>
  // if the separated dropdown symbol is hit,<br>
  // execute the popup immediately<br>
  if( ! ImplGetSymbolRect().IsInside( rMEvt.GetPosPixel() ) )<br>
  {<br>
<br>
The comment explains the current logic.<br>
<br>
Or maybe I did not understand you...?<span class="HOEnZb"><font color="#888888"><br>
<br>
Ivan<br>
</font></span></blockquote></div><br></div>