[etoys-dev] Re: About dev image fonts and default directory

Ricardo Moran richi.moran at gmail.com
Thu May 6 16:06:04 EDT 2010


Ok, I found the answer to my question about the default directory. Changing
the preference #startInUntrustedDirectory seemed to work. :)

Richo

On Thu, May 6, 2010 at 5:01 PM, Ricardo Moran <richi.moran at gmail.com> wrote:

> Hi, I'm configuring the dev image to fit my taste and I think some of the
> fonts are too big. With this code snippet etoys looks way better IMHO:
>
> font := (TTCFont family: 'Bitstream Vera Sans' size: 12).
> Preferences setSystemFontTo: font;
> setListFontTo: font;
> setCodeFontTo: font.
>
> This change will not affect etoys users (I think) because it only changes
> what we developers always use. So I think it could be a good addition to the
> dev image. If you happen to think the same I would be happy to upload it to
> the inbox. The only thing is: I don't know how to do it :P.
>
> Another question: how can I change the default directory to always use the
> directory where the image file is located?
>
> Thanks!
> Richo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakland.org/pipermail/etoys-dev/attachments/20100506/436ec68d/attachment-0001.html


More information about the etoys-dev mailing list