Is anyone else getting this bug?<br><br>On OS X buttons stretch horizontally, but not vertically <br><br>Cheers,<br>Stephen<br><br>Test<br>#lang racket/gui<br><br>;;; The top-level frame<br>(define frame<br>  (instantiate frame%<br>    ("Test")))<br><br>(new button%<br>     [label "Stretchy Button  :)"]<br>     [parent frame]<br>     (stretchable-width #t)<br>     (stretchable-height #t)<br>     [min-height 300]<br>     (callback<br>      (lambda (button event)<br>        (printf "doesnt stretch vertically:("))))<br><br>;;; Show the top-level frame.<br>(send frame show #t)<br><br><div class="gmail_quote">---------- Forwarded message ---------<br>From:  <<a href="mailto:bugs@racket-lang.org">bugs@racket-lang.org</a>><br>Date: Mon, 1 Dec 2014 at 23:20<br>Subject: Re: [racket-bug] all/14865: Instances of button% don't not respond to (stretchable-height #t) and [min-height 300].<br>To:  <<a href="mailto:spdegabrielle@gmail.com">spdegabrielle@gmail.com</a>><br><br><br>Thank you very much for your problem report.<br>
It has the internal identification `all/14865'.<br>
You can check on the status of your problem report at<br>
  <a href="http://bugs.racket-lang.org/query/?cmd=view&pr=14865" target="_blank">http://bugs.racket-lang.org/<u></u>query/?cmd=view&pr=14865</a><br>
<br>
If you wish to provide further information regarding this problem<br>
you can do so as a reply to this message.  (But please make sure<br>
that your mailer replies to both "bugs" and "bug-notification".)<br>
<br>
</div>