From f9a79219e4b825ef25a8828cf14baa1e0e4b2cf9 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 17 Mar 2014 05:43:29 +0000 Subject: 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 --- src/query_search.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/query_search.c') diff --git a/src/query_search.c b/src/query_search.c index 193a6720..c59d15a0 100644 --- a/src/query_search.c +++ b/src/query_search.c @@ -400,6 +400,7 @@ static void query_search_create(void) APPEND_COLUMN(_("Folder"), COL_FOLDER, 0); APPEND_COLUMN(_("Subject"), COL_SUBJECT, 200); + gtk_tree_view_column_set_expand(column, TRUE); APPEND_COLUMN(_("From"), COL_FROM, 180); APPEND_COLUMN(_("Date"), COL_DATE, 0); -- cgit v1.2.3