[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-339-g5082e914b
wwp at claws-mail.org
wwp at claws-mail.org
Mon Oct 25 22:09:28 CET 2021
The branch, gtk3 has been updated
via 5082e914b7afdc9b211ae0c4cc0347f8a933e0ad (commit)
from e26fd7e6d4604d6e1dce78cfcdaa8be1cc7d9fc7 (commit)
Summary of changes:
src/gtk/inputdialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 5082e914b7afdc9b211ae0c4cc0347f8a933e0ad
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