We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d670c commit af2695bCopy full SHA for af2695b
1 file changed
src/gui.py
@@ -74,7 +74,7 @@ def generate_layout(
74
T2_num: int,
75
lang: str):
76
""" Window 0 layout generator, the main window with tabs """
77
- title_font = ('arial', 12)
+ title_font = (sg.DEFAULT_FONT[0], 12)
78
tags_input_size = 20
79
button_size = 30
80
browse_size = 10
0 commit comments