[anjal] BUGFIX: GNOME Bugzilla #589571 - Sometimes window size is not max.



commit 48447f857a512fc3232f31539f2014f7a2868675
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Thu Aug 13 18:41:10 2009 +0530

    BUGFIX: GNOME Bugzilla #589571 - Sometimes window size is not max.

 src/mail-folder-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-folder-view.c b/src/mail-folder-view.c
index 0fb619f..7bc5bcd 100644
--- a/src/mail-folder-view.c
+++ b/src/mail-folder-view.c
@@ -1295,7 +1295,7 @@ mfv_tree_resize (GtkWidget *w, GtkAllocation *req, GtkTreeViewColumn *col)
 	gtk_tree_view_column_set_sizing (shell->priv->cols[2], GTK_TREE_VIEW_COLUMN_AUTOSIZE);
 
 	if ((req->width - (gtk_tree_view_column_get_fixed_width(col)+56) > 1) && GTK_WIDGET_VISIBLE(shell->priv->folder_pane)) 
-		gtk_tree_view_column_set_fixed_width (shell->priv->cols[1], req->width - 56);
+		gtk_tree_view_column_set_fixed_width (shell->priv->cols[1], req->width - 80);
 	gtk_tree_view_column_set_fixed_width (shell->priv->cols[2], 16);
 
 	g_signal_handlers_disconnect_by_func (w, mfv_tree_resize, col);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]