Re: [Gimp-developer] remembering the image size as set in Preferences needs application restart
- From: "Owen" <rcook pcug org au>
- To: gimp-developer-list gnome org
- Subject: Re: [Gimp-developer] remembering the image size as set in Preferences needs application restart
- Date: Tue, 13 Dec 2011 08:18:10 +1100
> Other strange thing is that if I delete completely the whole user
> directory (the one begining with a dot), as if GIMP were fresh
> installed, the new image dimension is 610x377 in GIMP 2.7.x instead of
> 640x400 in GIMP 2.6.x.
>
> Cristi
>
This is how it is defined, if making your own, adjust
app/core/gimptemplate.h to suit (I think)
#ifdef GIMP_UNSTABLE
#define GIMP_DEFAULT_IMAGE_WIDTH 610
#define GIMP_DEFAULT_IMAGE_HEIGHT 377
#else
#define GIMP_DEFAULT_IMAGE_WIDTH 640
#define GIMP_DEFAULT_IMAGE_HEIGHT 400
--
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]