mirror of https://github.com/GNOME/gimp.git
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:
parent
06d21f93a4
commit
a896bd1534
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue