[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-417-g2c5399049
paul at claws-mail.org
paul at claws-mail.org
Thu Feb 24 11:47:07 UTC 2022
The branch, gtk3 has been updated
via 2c53990491cf5666d0d6530ebc711e713519dd8f (commit)
from 0720268ba69830d41dac9e12043a0f7eb3faa29a (commit)
Summary of changes:
src/alertpanel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 2c53990491cf5666d0d6530ebc711e713519dd8f
Author: paul <paul at claws-mail.org>
Date: Thu Feb 24 11:47:04 2022 +0000
use more comfortable wrap mode
diff --git a/src/alertpanel.c b/src/alertpanel.c
index 38b5a05ea..8d96b8042 100644
--- a/src/alertpanel.c
+++ b/src/alertpanel.c
@@ -353,7 +353,7 @@ static void alertpanel_create(const gchar *title,
gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
gtk_widget_set_can_focus(label, FALSE);
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
- gtk_label_set_line_wrap_mode(GTK_LABEL(label), PANGO_WRAP_CHAR);
+ gtk_label_set_line_wrap_mode(GTK_LABEL(label), PANGO_WRAP_WORD_CHAR);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
gtk_widget_show(label);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list