Skip to content

Commit

Permalink
font
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Land committed Aug 5, 2020
1 parent 284ebb9 commit dcc17ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/gui/popups.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def build_and_set_properties(self, *_args):
self.options_grid.clear_widgets()

for k in ["dot color", "point loss threshold", "num undos", "show dots", "save dots"]:
self.options_grid.add_widget(DescriptionLabel(text=i18n._(k), font_name=i18n.font_name))
self.options_grid.add_widget(DescriptionLabel(text=i18n._(k), font_name=i18n.font_name, font_size=dp(17)))

for i, (color, threshold, undo, show_dot, savesgf) in enumerate(
zip(EVAL_COLORS[theme], thresholds, undos, show_dots, savesgfs)
Expand Down

0 comments on commit dcc17ac

Please sign in to comment.