mirror of https://github.com/GNOME/gimp.git
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:
parent
b59f5e9057
commit
31ff0cc36c
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue