[evolution] I#1266 - Alternative Reply: Do not ellipsize template names
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#1266 - Alternative Reply: Do not ellipsize template names
- Date: Tue, 8 Dec 2020 09:04:13 +0000 (UTC)
commit de230ab01983d31c122894261e4763ba4f8ba66c
Author: Milan Crha <mcrha redhat com>
Date: Tue Dec 8 10:03:02 2020 +0100
I#1266 - Alternative Reply: Do not ellipsize template names
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1266
src/mail/em-composer-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mail/em-composer-utils.c b/src/mail/em-composer-utils.c
index 92a6c85c76..9a2cc6684a 100644
--- a/src/mail/em-composer-utils.c
+++ b/src/mail/em-composer-utils.c
@@ -3947,7 +3947,7 @@ emcu_create_templates_combo (EShell *shell,
renderer = gtk_cell_renderer_text_new ();
g_object_set (G_OBJECT (renderer),
"ellipsize", PANGO_ELLIPSIZE_END,
- "max-width-chars", 60,
+ "single-paragraph-mode", TRUE,
NULL);
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo), renderer, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]