Skip to content

Commit

Permalink
Bump default font size
Browse files Browse the repository at this point in the history
Something different in GTK 4 vs. 3.
  • Loading branch information
otsaloma committed Aug 13, 2023
1 parent 1ba549e commit 1e869b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfoview/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
DEFAULTS = {
"background_color": "#ffffff",
"color_scheme": "default",
"font": "Cascadia Code 10",
"font": "Cascadia Code 12",
"foreground_color": "#2e3436",
"link_color": "#2a76c6",
"pixels_above_lines": 0,
Expand Down

0 comments on commit 1e869b7

Please sign in to comment.