Tom Yates said:
i can select all the lines, either manually or select by type. is there any way to change the thickness of all of them at once, or must i do each one individually?
Another solution is to edit the ".dia" file directly (either save uncompressesed or ungzip it) I tested this in vim and it worked ok: :%s/\(line_width.*\n.*val=\)"0.77/\1"0.88/ This particular one changed from 0.77 to 0.88. Or, more generally you can search for (line_width.*\n.*val=)"0.77 and replace with \1"0.88 Hope this helps Regards, Johann
_______________________________________________ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at http://www.gnome.org/projects/dia