[evolution] Bug 743288 - Extra space left when breaking a long paragraph
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 743288 - Extra space left when breaking a long paragraph
- Date: Tue, 27 Jan 2015 08:14:20 +0000 (UTC)
commit ee4a5e8a68ea501658079b43f7dd671cf535f873
Author: Tomas Popela <tpopela redhat com>
Date: Tue Jan 27 09:12:17 2015 +0100
Bug 743288 - Extra space left when breaking a long paragraph
e-util/e-html-editor-view.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 4703f43..77a1df7 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -7846,7 +7846,8 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
" font-family: '%s';\n"
" font-size: %dpt;\n"
" font-weight: %d;\n"
- " font-style: %s;\n",
+ " font-style: %s;\n"
+ " -webkit-line-break: after-white-space;\n",
pango_font_description_get_family (vw),
pango_font_description_get_size (vw) / PANGO_SCALE,
pango_font_description_get_weight (vw),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]