<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Hello,</div><div><br></div><div><blockquote type="cite">On Sat, Feb 7, 2009 at 4:03 PM, <span dir="ltr"><<a href="mailto:chohazel@gmail.com" target="_blank">chohazel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">Hi,<br>Is there a way to adjust the default font size in IDLE, in MacPython<br>2.5? The default now is too tiny.<br>I have to use this version of MacPython. As far as I searched, I can't<br>find how I do this.<br></blockquote></blockquote><br></div><div>It is indeed a bug that the options menu doesn't show. What I did was to manually edit the file:</div><div><br></div><div>/Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/idlelib/config-main.def</div><div><br></div><div><br></div><div>to include the lines:</div><div><br></div><div><div>font= monaco</div><div>font-size= 13</div><div>font-bold= 0</div><div><br></div><div>(can't remember what the default was).</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                     </span>bb<br></div><div><br></div><div><div><br></div></div><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Monaco; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>-- </div><div>Brian Blais</div><div><a href="mailto:bblais@bryant.edu">bblais@bryant.edu</a></div><div><a href="http://web.bryant.edu/~bblais">http://web.bryant.edu/~bblais</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span> </div><br></div></body></html>