On Sun, 2004-12-05 at 19:22 +0100, Juergen Spitzmueller wrote: > BTW: John S., in the gtk graphics dialog, you cannot enter double values for > rotation, width/height and scale. This is possible in the other frontends and > might cause compatibility problems.
Actually, you can enter double values - you just can't see them after you've entered them :-) The gtk spinbutton takes a "digits" property which is set to 0 in most of these glade files. I think that two decimal places should be enough for most people, so I'll change it to that. Some of these spinbuttons may not have completely sensible upper/lower limits, too. That's filed under "glade tweaking" and scheduled for the distant future. John