[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-980-g3ba140dd7
paul at claws-mail.org
paul at claws-mail.org
Tue Aug 11 13:13:06 CEST 2020
The branch, gtk3 has been updated
via 3ba140dd7068c4388999a6b5ffdd76c76f89cd4f (commit)
from 720331b93cf12526f4be335e67c4ef75005a55ea (commit)
Summary of changes:
src/addrgather.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3ba140dd7068c4388999a6b5ffdd76c76f89cd4f
Author: paul <paul at claws-mail.org>
Date: Tue Aug 11 12:13:00 2020 +0100
expand vertically to show results of the collection
diff --git a/src/addrgather.c b/src/addrgather.c
index 5a1ce8849..e6d381b8a 100644
--- 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,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list