talons

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

commit b3158641ec7b6351b94a7e17cf06f4c84374ab89
parent 55ae9699a6bbe2508edddb49c92353ac9fba83d1
Author: paul <paul@claws-mail.org>
Date:   Thu, 20 Aug 2020 09:04:23 +0100

allow the Edit Accounts window to be shrunk

Diffstat:
Msrc/account.c | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/account.c b/src/account.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2019 the Claws Mail team and Hiroyuki Yamamoto + * Copyright (C) 1999-2020 the Claws Mail team and Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -753,8 +753,7 @@ static void account_edit_create(void) "in the order given, the checkbox indicates which accounts " "will be included. Bold text indicates the default account.")); gtk_widget_show (label); - gtk_widget_set_size_request(GTK_WIDGET(label), - prefs_common.accountswin_width-8, -1); + gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 4); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);