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

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