[gimp] app: Don't resize the left dock area when the image window is resized
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] app: Don't resize the left dock area when the image window is resized
- Date: Sun, 4 Oct 2009 11:48:13 +0000 (UTC)
commit d8392b8c529add0385c2b23c1e985e6a48dcaf01
Author: Martin Nordholts <martinn src gnome org>
Date: Sun Oct 4 13:51:47 2009 +0200
app: Don't resize the left dock area when the image window is resized
app/display/gimpimagewindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpimagewindow.c b/app/display/gimpimagewindow.c
index a878476..3439ede 100644
--- a/app/display/gimpimagewindow.c
+++ b/app/display/gimpimagewindow.c
@@ -291,7 +291,7 @@ gimp_image_window_constructor (GType type,
/* Create the left dock columns widget */
private->left_docks = g_object_new (GIMP_TYPE_DOCK_COLUMNS, NULL);
gtk_paned_pack1 (GTK_PANED (private->left_hpane), private->left_docks,
- TRUE, FALSE);
+ FALSE, FALSE);
if (config->single_window_mode)
gtk_widget_show (private->left_docks);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]