src/Settings.vala
authorAlan <alan@roojs.com>
Thu, 8 Feb 2024 08:42:02 +0000 (16:42 +0800)
committerAlan <alan@roojs.com>
Thu, 8 Feb 2024 08:42:02 +0000 (16:42 +0800)
src/Settings.vala

index b5930c1..8d17d45 100644 (file)
@@ -25,7 +25,7 @@ public class Settings : Object  {
                set {
                        this._editor_font_size = value;
                        if (this.css != null) {
-                               this.css.load_from_string(" .code-editor{ font-size: %spx; }".printf(value);
+                               this.css.load_from_string(" .code-editor{ font-size: %spx; }".printf(value));
                        }
                        this.save();
                }