talons

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

commit 17cf3f2a0d6c219b40b82dcccf2d9d5c96f37b59
parent 0f56c240457e86a0ff52d12ae870811afc4220a0
Author: Paul <paul@claws-mail.org>
Date:   Thu, 15 May 2025 15:00:57 +0100

fix bug 4863, 'Account Preferences Minor UI inconsistency'

Diffstat:
Msrc/prefs_account.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -1476,9 +1476,7 @@ static void basic_create_widget_func(PrefsPage * _page, pass_label = gtk_label_new (_("Password")); gtk_widget_show (pass_label); -#ifdef GENERIC_UMPC gtk_label_set_xalign(GTK_LABEL (pass_label), 1.0); -#endif gtk_grid_attach(GTK_GRID(serv_table), pass_label, 0, 8, 1, 1); SET_TOGGLE_SENSITIVITY (nntpauth_checkbtn, uid_label);