When a default size was not specified, SVG-based Stamps would default

to the largest, which was canvas-sized.  Now defaulting to a more
reasonable size.  (And users can click the maximum size choice to get
the largest, canvas-sized rendition.)
(SF.net bug #2836471)
This commit is contained in:
William Kendrick 2009-09-30 05:54:43 +00:00
parent 39e162a445
commit 9badfa12a9
3 changed files with 40 additions and 2 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2009.September.27 (0.9.22)
2009.September.29 (0.9.22)
* New Magic Tools:
----------------
* Blinds - Close window blinds over your picture.
@ -29,6 +29,12 @@ $Id$
* Starter images can be in SVG format.
(Avoids loading PNG if SVG with the same name exists.)
* When a default size was not specified, SVG-based Stamps would default
to the largest, which was canvas-sized. Now defaulting to a more
reasonable size. (And users can click the maximum size choice to get
the largest, canvas-sized rendition.)
(SF.net bug #2836471)
* Widened dialog windows, to help avoid word-wrap and overlap problems
with some prompts, in some locales.
(SF.net bug #2834461)