increased GIMP_VIEWABLE_MAX_PREVIEW_SIZE to 2048 to workaround bug

2006-08-15  Sven Neumann  <sven@gimp.org>

	* app/core/gimpviewable.h: increased GIMP_VIEWABLE_MAX_PREVIEW_SIZE
	to 2048 to workaround bug #307314.
This commit is contained in:
Sven Neumann 2006-08-15 17:10:41 +00:00 committed by Sven Neumann
parent 0b5a30d13c
commit 9f57869393
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-08-15 Sven Neumann <sven@gimp.org>
* app/core/gimpviewable.h: increased GIMP_VIEWABLE_MAX_PREVIEW_SIZE
to 2048 to workaround bug #307314.
2006-08-15 Sven Neumann <sven@gimp.org>
* app/core/core-enums.h

View file

@ -28,7 +28,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#define GIMP_VIEWABLE_MAX_PREVIEW_SIZE 1024
#define GIMP_VIEWABLE_MAX_PREVIEW_SIZE 2048
#define GIMP_VIEWABLE_MAX_POPUP_SIZE 256
#define GIMP_VIEWABLE_MAX_BUTTON_SIZE 64
#define GIMP_VIEWABLE_MAX_MENU_SIZE 48