[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-77-gca31642af
mones at claws-mail.org
mones at claws-mail.org
Sun Oct 16 13:57:36 UTC 2022
The branch, gtk2 has been updated
via ca31642afa222e0ca74fed02a165e69837d7f147 (commit)
from 80f8c46d2f438904bf78f0745ceab303f85fab60 (commit)
Summary of changes:
src/plugins/spam_report/spam_report_prefs.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit ca31642afa222e0ca74fed02a165e69837d7f147
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 02b245441..051e98d54 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