commit 3ba140dd7068c4388999a6b5ffdd76c76f89cd4f
parent 720331b93cf12526f4be335e67c4ef75005a55ea
Author: paul <paul@claws-mail.org>
Date: Tue, 11 Aug 2020 12:13:00 +0100
expand vertically to show results of the collection
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/addrgather.c b/src/addrgather.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2002-2019 the Claws Mail team and Match Grun
+ * Copyright (C) 2002-2020 the Claws Mail team and Match Grun
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -472,6 +472,7 @@ static void addrgather_page_finish( gint pageNum, gchar *pageLbl ) {
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrollwin),
GTK_POLICY_AUTOMATIC,
GTK_POLICY_AUTOMATIC);
+ gtk_widget_set_vexpand(GTK_WIDGET(scrollwin), TRUE);
/* Treeview */
model = GTK_TREE_MODEL(gtk_list_store_new(N_ADDRGATHER_COLS,