[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-970-g51b1ddd8b

paul at claws-mail.org paul at claws-mail.org
Fri Jul 10 11:03:07 CEST 2020


The branch, gtk3 has been updated
       via  51b1ddd8b8e2a5dddcba722411caf7d03265ce78 (commit)
      from  4cf4686f09079e2d17a9457a94577b4ad38aafcc (commit)

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


- Log -----------------------------------------------------------------
commit 51b1ddd8b8e2a5dddcba722411caf7d03265ce78
Author: paul <paul at claws-mail.org>
Date:   Fri Jul 10 10:03:02 2020 +0100

    prevent unwanted vertical movement when text is pushed to statutusbar

diff --git a/src/statusbar.c b/src/statusbar.c
index a6290cffe..1a0d562d0 100644
--- a/src/statusbar.c
+++ b/src/statusbar.c
@@ -47,6 +47,9 @@ GtkWidget *statusbar_create(void)
 	GtkWidget *hbox;
 
 	statusbar = gtk_statusbar_new();
+	
+	gtk_widget_set_margin_top(GTK_WIDGET(statusbar), 0);
+	gtk_widget_set_margin_bottom(GTK_WIDGET(statusbar), 0);
 	statusbar_list = g_list_append(statusbar_list, statusbar);
 	gtk_container_set_border_width(GTK_CONTAINER(statusbar), 1);
 	child = gtk_statusbar_get_message_area(GTK_STATUSBAR(statusbar));

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list