Increase default font size to 16px
This commit is contained in:
parent
78a23713cf
commit
f0d601f98c
@ -24,7 +24,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
|
|||||||
private static string data_dir = ".writeas";
|
private static string data_dir = ".writeas";
|
||||||
private static string version = "1.0.0";
|
private static string version = "1.0.0";
|
||||||
|
|
||||||
private int font_size = 12;
|
private int font_size = 16;
|
||||||
private bool dark_mode = false;
|
private bool dark_mode = false;
|
||||||
private string font = "Lora, 'Palatino Linotype',"
|
private string font = "Lora, 'Palatino Linotype',"
|
||||||
+ "'Book Antiqua', 'New York', 'DejaVu serif', serif";
|
+ "'Book Antiqua', 'New York', 'DejaVu serif', serif";
|
||||||
|
Loading…
Reference in New Issue
Block a user