Skip to content

Commit

Permalink
Decrease font size even more
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Oct 7, 2022
1 parent fe96ba1 commit e98f481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def next_step():
raise_main_frame()
return
if int(len(exercise_list[exercise_index])) > 25:
current_workout_step_label.configure(text_font=('Segoe UI', 65))
current_workout_step_label.configure(text_font=('Segoe UI', 50))
else:
current_workout_step_label.configure(text_font=('Segoe UI', 100))
current_workout_step_label.configure(text=exercise_list[exercise_index])
Expand Down

0 comments on commit e98f481

Please sign in to comment.