src/Builder4/Editor.bjs
authorAlan <alan@roojs.com>
Thu, 8 Feb 2024 09:08:15 +0000 (17:08 +0800)
committerAlan <alan@roojs.com>
Thu, 8 Feb 2024 09:08:15 +0000 (17:08 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 5173f75..62dec26 100644 (file)
@@ -54,7 +54,7 @@
         "{",
         "\tthis.el.set_range(6,30);",
         "\tthis.el.bind_property( \"value\",\t",
-        "\t\tBuilderAplication.settings, \"editor_font_size\",",
+        "\t\tBuilderApplication.settings, \"editor_font_size\",",
         "\t\tGLib.BindingFlags.BIDIRECTIONAL);",
         "\t\t",
         "}",
index 55a6724..38f1fe2 100644 (file)
@@ -497,7 +497,7 @@ public class Editor : Object
                        {
                                this.el.set_range(6,30);
                                this.el.bind_property( "value", 
-                                       BuilderAplication.settings, "editor_font_size",
+                                       BuilderApplication.settings, "editor_font_size",
                                        GLib.BindingFlags.BIDIRECTIONAL);
                                        
                        }