Skip to content

Commit

Permalink
update font default
Browse files Browse the repository at this point in the history
  • Loading branch information
Numerlor committed Nov 15, 2021
1 parent 21d7a25 commit 8acd840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_neutron/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class Window(metaclass=SettingsCategory): # noqa D101
autoscroll: bool = SettingsParams(bool, True)
font: QFont = SettingsParams(
str,
"Arial,-1,-1,5,50,0,0,0,0,0",
"Arial,9,-1,5,700,0,0,0,0,0,0,0,0,0,0,1",
lambda val: val.to_string(),
_font_deserializer,
)
Expand Down

0 comments on commit 8acd840

Please sign in to comment.