[Commits] [SCM] claws branch, gtk3tree, updated. 4.0.0-392-gd96a60be6

paul at claws-mail.org paul at claws-mail.org
Wed Nov 3 11:27:37 UTC 2021


The branch, gtk3tree has been updated
       via  d96a60be67b760c8fb2d37e15aef2ad7acace19b (commit)
      from  03c8325582d133a4c174fe91eb9127ce38e0c245 (commit)

Summary of changes:
 src/gtk/inputdialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit d96a60be67b760c8fb2d37e15aef2ad7acace19b
Author: wwp <subscript at free.fr>
Date:   Tue Oct 26 00:09:23 2021 +0200

    Add more space to the right of the input dialog.

diff --git a/src/gtk/inputdialog.c b/src/gtk/inputdialog.c
index bf5b97123..1312dd839 100644
--- a/src/gtk/inputdialog.c
+++ b/src/gtk/inputdialog.c
@@ -321,7 +321,7 @@ static void input_dialog_create(gboolean is_password)
 	gtk_box_pack_start (GTK_BOX (hbox), icon_p, FALSE, FALSE, 0);
 	
 	vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 12);
-	gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 0);
+	gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 16);
 	gtk_widget_show (vbox);
 	
 	msg_title = gtk_label_new("");

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list