<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Thanks for looking into this. It still happens here and I haven't managed<br>to narrow it down any more than my initial report. i.e. Windows, 5.3.6+ and<br>increased DPI.<br><br>I've also tried changing Windows font settings such as ClearType and the<br>"Smooth edges of screen fonts" option, but they don't solve the issue.<br><br>I'll keep investigating though and let you know if I find out any more.<br><br>Thanks<div><span><br></span></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Matthew Flatt <mflatt@cs.utah.edu><br> <b><span style="font-weight: bold;">To:</span></b> Richard Hopkins
 <richhguard-monotone@yahoo.co.uk> <br><b><span style="font-weight: bold;">Cc:</span></b> "dev@racket-lang.org" <dev@racket-lang.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Sunday, 15 December 2013, 15:22<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [racket-dev] racket/gui checkbox clips text<br> </font> </div> <div class="y_msg_container"><br>Thanks for the report! Unfortunately, I haven't been able to replicate<br>the problem on either Windows 7 machine that I tried.<br><br>Is there possibly some other configuration that's needed to provoke the<br>error, such as a font change?<br><br>At Tue, 10 Dec 2013 18:56:02 +0000 (GMT), Richard Hopkins wrote:<br>> Using the DrRacket nightly build for 2013-12-09, checkboxes in the Preferences <br>> dialog have the text clipped.<br>> <br>> It appears as though there isn't enough space to fit the text on 1 line, so it <br>> renders 2 lines. However, the
 top of the 1st<br>> line and bottom of the 2nd line is rendered outside the client area for the <br>> checkbox. This issue is not specific to DrRacket<br>> and can be reproduced using<br>> <br>> #lang racket/gui<br>> (define frame (new frame% [label "Example"]))<br>> <br>> (define check-box (new check-box%<br>>                        (parent frame)<br>>                        (label "A check box with a really long label to see if <br>> it still works and does not truncate any text.")<br>>                        (value #t)))<br>> <br>> (send frame show #t)<br>> <br>> I think all of
 the following must be true to reproduce the issue:<br>> <br>> * racket/gui later than 5.3.6;<br>> * run on Windows; and<br>> <br>> * have DPI set larger than the Windows default.<br>> <br>> Regarding the DPI issue, this can be changed via the 'Personalize' menu item <br>> from the Desktop and selecting the "Make text appear larger (125%)" item for <br>> example.<br>> A log off and on is required for the change to apply.<br>> <br>> Broken example:<br>> 2013-12-09 nightly on Windows 7 with text set to 125%.<br>> <br>> Working examples:<br>> 5.3.6 on Windows 7 with text set to 125%.<br>> 2013-12-09 nightly on Windows 8 with text set to 100%<br>> 5.3.6 on Linux with GTK and default DPI<br>> 2013-12-09 nightly on Linux with GTK and default DPI<br>> <br>> Regards_________________________<br>>   Racket Developers list:<br>>   <a href="http://lists.racket-lang.org/dev"
 target="_blank">http://lists.racket-lang.org/dev</a><br><br><br></div> </div> </div>  </div></body></html>