[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-873-g1b1e0fb86

paul at claws-mail.org paul at claws-mail.org
Sun Dec 1 21:37:36 CET 2019


The branch, gtk3 has been updated
       via  1b1e0fb864cab6c7843bdb2b415ac9726b2ac251 (commit)
      from  f4a91339729ca628f918104a6636a41688e5d950 (commit)

Summary of changes:
 src/quote_fmt.c | 3 +++
 1 file changed, 3 insertions(+)


- Log -----------------------------------------------------------------
commit 1b1e0fb864cab6c7843bdb2b415ac9726b2ac251
Author: paul <paul at claws-mail.org>
Date:   Sun Dec 1 20:37:30 2019 +0000

    make template entry areas a reasonable size

diff --git a/src/quote_fmt.c b/src/quote_fmt.c
index 8a26135de..c63b3f61d 100644
--- a/src/quote_fmt.c
+++ b/src/quote_fmt.c
@@ -219,6 +219,7 @@ void quotefmt_create_new_msg_fmt_widgets(GtkWindow *parent_window,
 		 GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
 	gtk_scrolled_window_set_shadow_type
 		(GTK_SCROLLED_WINDOW (scrolledwin_format), GTK_SHADOW_IN);
+	gtk_scrolled_window_set_min_content_height(GTK_SCROLLED_WINDOW(scrolledwin_format), 260);
 
 	text_format = gtk_text_view_new ();
 	if (prefs_common.textfont) {
@@ -347,6 +348,7 @@ void quotefmt_create_reply_fmt_widgets(GtkWindow *parent_window,
 		 GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
 	gtk_scrolled_window_set_shadow_type
 		(GTK_SCROLLED_WINDOW (scrolledwin_quotefmt), GTK_SHADOW_IN);
+	gtk_scrolled_window_set_min_content_height(GTK_SCROLLED_WINDOW(scrolledwin_quotefmt), 260);
 
 	text_quotefmt = gtk_text_view_new ();
 	if (prefs_common.textfont) {
@@ -476,6 +478,7 @@ void quotefmt_create_forward_fmt_widgets(GtkWindow *parent_window,
 		 GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
 	gtk_scrolled_window_set_shadow_type
 		(GTK_SCROLLED_WINDOW (scrolledwin_quotefmt), GTK_SHADOW_IN);
+	gtk_scrolled_window_set_min_content_height(GTK_SCROLLED_WINDOW(scrolledwin_quotefmt), 260);
 
 	text_fw_quotefmt = gtk_text_view_new ();
 	if (prefs_common.textfont) {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list