gimp r25163 - in trunk: . app/core



Author: neo
Date: Fri Mar 21 21:44:29 2008
New Revision: 25163
URL: http://svn.gnome.org/viewvc/gimp?rev=25163&view=rev

Log:
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).



Modified:
   trunk/ChangeLog
   trunk/app/core/gimptemplate.c

Modified: trunk/app/core/gimptemplate.c
==============================================================================
--- trunk/app/core/gimptemplate.c	(original)
+++ trunk/app/core/gimptemplate.c	Fri Mar 21 21:44:29 2008
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]