remember the size of the levels tool dialog. Fixes bug #127896.

2003-11-25  Sven Neumann  <sven@gimp.org>

	* app/gui/dialogs.c (toplevel_entries): remember the size of the
	levels tool dialog. Fixes bug #127896.
This commit is contained in:
Sven Neumann 2003-11-25 15:30:16 +00:00 committed by Sven Neumann
parent 469840f812
commit e65d666f94
3 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2003-11-25 Sven Neumann <sven@gimp.org>
* app/gui/dialogs.c (toplevel_entries): remember the size of the
levels tool dialog. Fixes bug #127896.
2003-11-25 Sven Neumann <sven@gimp.org>
* configure.in: applied a patch from Adrian Bunk that changes the

View File

@ -58,12 +58,10 @@ static const GimpDialogFactoryEntry toplevel_entries[] =
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-color-balance-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-histogram-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-hue-saturation-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-levels-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
NULL, 0, TRUE, TRUE, TRUE, FALSE },
{ "gimp-measure-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-posterize-tool-dialog",

View File

@ -58,12 +58,10 @@ static const GimpDialogFactoryEntry toplevel_entries[] =
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-color-balance-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-histogram-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-hue-saturation-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-levels-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
NULL, 0, TRUE, TRUE, TRUE, FALSE },
{ "gimp-measure-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-posterize-tool-dialog",