<div dir="ltr">lol I knew someone would post something like that and i&#39;m aware of ways to do that (though not sed, since you have to be a wizard and/or a machine to use that). i&#39;m still keeping that line, could be handy sometime, thanks.<div>

<br></div><div>i&#39;m working between multiple machines from a centralized patch repository, which means fixing the look of all the patches for one will render them weird looking on the others. my main patching machine is running Ubuntu and everything looks fine on it. the gig machine I need stuff to look good on is a new macbook, hence the retina display.<br>

<div><br></div><div>anyway, the fact remains that all dialogs and menu bars and titles stay ugly even if I can partially fix the patches by reducing font size.</div><div><br></div><div>i&#39;m guessing it&#39;s XQuartz&#39;s fault somehow, but I know nothing about it or how to change the display mode. </div>

<div><br></div><div>jm</div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><span style="border-collapse:collapse"><p style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0pt;color:rgb(136,136,136);font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px">

<font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#666666">Jean-Michel Dumas<br></font></span></font></p><p style="margin:0pt;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px">

<a href="http://www.jmdumas.org" target="_blank"><span style="font-family:arial;font-size:small"><font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#3333FF">http://www.jmdumas.org</font></span></font></span></a></p>

<p style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0pt;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px"><span style="font-family:arial;font-size:small"><font face="arial, helvetica, sans-serif"><span style="font-size:small"><font color="#3333FF"><a href="http://magasin.bandcamp.com" target="_blank">http://magasin.bandcamp.com</a><br>

</font></span></font></span></p></span></div>
<br><br><div class="gmail_quote">On Wed, Aug 21, 2013 at 4:05 PM, IOhannes m zmölnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>&gt;</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 08/21/13 21:09, Jean-Michel Dumas wrote:<br>
&gt; the &quot;pixel doubled mode&quot; problem stays for dialogs, titles and menus,<br>
&gt; plus I really don&#39;t want to go through all my old patches and change the<br>
&gt; font size! ;)<br>
&gt;<br>
<br>
</div>why not? it should be quite simple:<br>
<br>
$ find . -type f -name &quot;*.pd&quot; -exec \<br>
     sed -i -e &#39;/^#N canvas/s/12;$/10;/&#39; \{\} \;<br>
<br>
fgmdras<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>