[Commits] [SCM] claws branch, master, updated. 3.18.0-272-g438b3955a
wwp at claws-mail.org
wwp at claws-mail.org
Tue Oct 26 00:09:18 CEST 2021
The branch, master has been updated
via 438b3955a3e6c0c5fa53c1d29a015e8d622fb214 (commit)
from f77e02c92d8b229b8035019462c49c03a0bb8cc9 (commit)
Summary of changes:
src/gtk/inputdialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 438b3955a3e6c0c5fa53c1d29a015e8d622fb214
Author: wwp <subscript at free.fr>
Date: Tue Oct 26 00:08:48 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 6953e60b6..2bad05b37 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_vbox_new (FALSE, 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