On 08/21/13 21:09, Jean-Michel Dumas wrote:
the "pixel doubled mode" problem stays for dialogs, titles and menus, plus I really don't want to go through all my old patches and change the font size! ;)
why not? it should be quite simple:
$ find . -type f -name "*.pd" -exec
sed -i -e '/^#N canvas/s/12;$/10;/' {} ;
fgmdras IOhannes