[Commits] [SCM] claws branch, master, updated. 4.1.0-76-ga0d5f3a23

mones at claws-mail.org mones at claws-mail.org
Sun Oct 16 13:57:36 UTC 2022


The branch, master has been updated
       via  a0d5f3a230bf208383266a0efdfc651230f6bf34 (commit)
      from  a1aa2a69e7e010274adec4cecb2f408ecf1d6b5a (commit)

Summary of changes:
 src/plugins/spam_report/spam_report_prefs.c | 1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit a0d5f3a230bf208383266a0efdfc651230f6bf34
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sun Oct 16 15:56:44 2022 +0200

    Fix frame label alignment to match other prefs

diff --git a/src/plugins/spam_report/spam_report_prefs.c b/src/plugins/spam_report/spam_report_prefs.c
index e87430bd7..deb839a76 100644
--- a/src/plugins/spam_report/spam_report_prefs.c
+++ b/src/plugins/spam_report/spam_report_prefs.c
@@ -130,6 +130,7 @@ static void create_spamreport_prefs_page(PrefsPage *page,
 	for (i = 0; i < INTF_LAST; i++) {
 		gchar *pass;
 		prefs_page->frame[i] = gtk_frame_new(spam_interfaces[i].name);
+		gtk_frame_set_label_align(GTK_FRAME(prefs_page->frame[i]), 0.01, 0.5);
 		gtk_box_pack_start(GTK_BOX(vbox), prefs_page->frame[i], FALSE, FALSE, 6);
 
 		prefs_page->user_entry[i] = gtk_entry_new();

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list