commented out gravity setting. While it's nice with

2005-12-29  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell.c (gimp_display_shell_new):
	commented out gravity setting. While it's nice with
	"resize-windows-on-zoom", it doesn't yield satisfying behaviour in
	most cases.
This commit is contained in:
Sven Neumann 2005-12-29 22:23:29 +00:00 committed by Sven Neumann
parent 06d21f93a4
commit a896bd1534
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2005-12-29 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_new):
commented out gravity setting. While it's nice with
"resize-windows-on-zoom" it doesn't yield satisfying behaviour in
most cases.
2005-12-29 Sven Neumann <sven@gimp.org>
* app/widgets/gimpdockbook.c (gimp_dockbook_dockable_added): set

View file

@ -585,7 +585,7 @@ gimp_display_shell_new (GimpDisplay *gdisp,
/* the toplevel shell */
shell = g_object_new (GIMP_TYPE_DISPLAY_SHELL,
"gravity", GDK_GRAVITY_CENTER,
/* "gravity", GDK_GRAVITY_CENTER, */
"unit", unit,
NULL);