[gnome-text-editor] sourceview: reduce spacing to 120%



commit 7d614d66b0ccf932296c50319a120dae99f7f914
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 19 11:58:25 2021 -0700

    sourceview: reduce spacing to 120%
    
    Related #190

 src/editor-source-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/editor-source-view.c b/src/editor-source-view.c
index 028a949..c1354e4 100644
--- a/src/editor-source-view.c
+++ b/src/editor-source-view.c
@@ -81,7 +81,7 @@ editor_source_view_update_css (EditorSourceView *self)
 
       font_css = _editor_font_description_to_css (font_desc);
       g_string_append (str, font_css);
-      g_string_append (str, "\nline-height:1.5;\n");
+      g_string_append (str, "\nline-height:1.2;\n");
     }
   g_string_append (str, "}\n");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]