src/Builder4/WindowLeftTree.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2022 07:24:20 +0000 (15:24 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2022 07:24:20 +0000 (15:24 +0800)
src/Builder4/WindowLeftTree.vala

src/Builder4/WindowLeftTree.bjs
src/Builder4/WindowLeftTree.vala

index 353c907..53f5a4a 100644 (file)
         "\t\tGtk.STYLE_PROVIDER_PRIORITY_APPLICATION);",
         "\t ",
         "\t ",
-        "    ",
-        "    var description = new Pango.FontDescription();",
-        "    description.set_size(8000);",
-        "    this.el.override_font(description);",
-        "",
+        "     ",
         "    var selection = this.el.get_selection();",
         "    selection.set_mode( Gtk.SelectionMode.SINGLE);",
         "",
index 50f0ea0..6dfb9b0 100644 (file)
@@ -164,11 +164,7 @@ public class Xcls_WindowLeftTree : Object
                        Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
                 
                 
-                
-                var description = new Pango.FontDescription();
-                description.set_size(8000);
-                this.el.override_font(description);
-            
+                 
                 var selection = this.el.get_selection();
                 selection.set_mode( Gtk.SelectionMode.SINGLE);