talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a0d5f3a230bf208383266a0efdfc651230f6bf34
parent a1aa2a69e7e010274adec4cecb2f408ecf1d6b5a
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sun, 16 Oct 2022 15:56:44 +0200

Fix frame label alignment to match other prefs

Diffstat:
Msrc/plugins/spam_report/spam_report_prefs.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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();