Skip to content

Commit f0d601f

Browse files
committed
Increase default font size to 16px
1 parent 78a2371 commit f0d601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
2424
private static string data_dir = ".writeas";
2525
private static string version = "1.0.0";
2626

27-
private int font_size = 12;
27+
private int font_size = 16;
2828
private bool dark_mode = false;
2929
private string font = "Lora, 'Palatino Linotype',"
3030
+ "'Book Antiqua', 'New York', 'DejaVu serif', serif";

0 commit comments

Comments
 (0)