aboutsummaryrefslogtreecommitdiff
path: root/src/query_search.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/query_search.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/query_search.c')
-rw-r--r--src/query_search.c1
1 files changed, 1 insertions, 0 deletions
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);