aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-17 05:43:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-17 05:43:29 +0000
commitf9a79219e4b825ef25a8828cf14baa1e0e4b2cf9 (patch)
tree4082dfc762b6a0e3e9f031ad481229bca5d02263 /src/summaryview.c
parent1dffbf2f4cb917d639aeaa779eaf7db486be7cdd (diff)
auto-expand Subject / Folder name column on resize of the tree view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3343 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index c3b6c144..78b21bf7 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -5514,6 +5514,7 @@ static GtkWidget *summary_tree_view_create(SummaryView *summaryview)
ADD_COLUMN(_("Subject"), text, S_COL_SUBJECT, TRUE,
prefs_common.summary_col_size[S_COL_SUBJECT], 0.0);
+ gtk_tree_view_column_set_expand(column, TRUE);
gtk_tree_view_set_expander_column(GTK_TREE_VIEW(treeview), column);
ADD_COLUMN(_("From"), text, S_COL_FROM, TRUE,
prefs_common.summary_col_size[S_COL_FROM], 0.0);