Skip to content

Commit 1c25892

Browse files
committed
fix font size
1 parent b9624c0 commit 1c25892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn (mut config Config) reload_config() {
7171
}
7272

7373
fn (mut config Config) set_textsize() {
74-
config.text_size = 9
74+
config.text_size = 18
7575
}
7676

7777
fn (mut config Config) set_tab() {

0 commit comments

Comments
 (0)