mirror of https://github.com/GNOME/gimp.git
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:
parent
5f30566b2d
commit
38d8fbbe4d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue