remember the size of the color picker dialog.

2003-12-12  Sven Neumann  <sven@gimp.org>

	* app/gui/dialogs.c: remember the size of the color picker dialog.
This commit is contained in:
Sven Neumann 2003-12-12 11:34:53 +00:00 committed by Sven Neumann
parent b59f5e9057
commit 31ff0cc36c
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-12-12 Sven Neumann <sven@gimp.org>
* app/gui/dialogs.c: remember the size of the color picker dialog.
2003-12-12 Michael Natterer <mitch@gimp.org>
* app/tools/gimpcurvestool.c (gimp_curves_tool_register): call

View File

@ -49,7 +49,7 @@ static const GimpDialogFactoryEntry toplevel_entries[] =
{ "gimp-brightness-contrast-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-color-picker-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
NULL, 0, TRUE, TRUE, TRUE, FALSE },
{ "gimp-colorize-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-crop-tool-dialog",

View File

@ -49,7 +49,7 @@ static const GimpDialogFactoryEntry toplevel_entries[] =
{ "gimp-brightness-contrast-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-color-picker-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
NULL, 0, TRUE, TRUE, TRUE, FALSE },
{ "gimp-colorize-tool-dialog",
NULL, 0, TRUE, TRUE, FALSE, FALSE },
{ "gimp-crop-tool-dialog",