increased the size of the default image (to the next Fibonacci number for

2008-03-21  Sven Neumann  <sven@gimp.org>

	* app/core/gimptemplate.c: increased the size of the default 
image
	(to the next Fibonacci number for the development version and to
	640x480 for GIMP 2.6).


svn path=/trunk/; revision=25163
This commit is contained in:
Sven Neumann 2008-03-21 21:44:29 +00:00 committed by Sven Neumann
parent 5f30566b2d
commit 38d8fbbe4d
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2008-03-21 Sven Neumann <sven@gimp.org>
* app/core/gimptemplate.c: increased the size of the default image
(to the next Fibonacci number for the development version and to
640x480 for GIMP 2.6).
2008-03-21 Sven Neumann <sven@gimp.org>
* etc/controllerrc: bind Alt-Cursor Key to tools-value-1 instead

View File

@ -46,11 +46,11 @@
*/
#ifdef GIMP_UNSTABLE
#define DEFAULT_IMAGE_WIDTH 377
#define DEFAULT_IMAGE_HEIGHT 233
#define DEFAULT_IMAGE_WIDTH 610
#define DEFAULT_IMAGE_HEIGHT 377
#else
#define DEFAULT_IMAGE_WIDTH 420
#define DEFAULT_IMAGE_HEIGHT 300
#define DEFAULT_IMAGE_WIDTH 600
#define DEFAULT_IMAGE_HEIGHT 480
#endif
#define DEFAULT_RESOLUTION 72.0