Skip to content

Commit af2695b

Browse files
committed
Fixing GUI title font for Windows
1 parent 46d670c commit af2695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def generate_layout(
7474
T2_num: int,
7575
lang: str):
7676
""" Window 0 layout generator, the main window with tabs """
77-
title_font = ('arial', 12)
77+
title_font = (sg.DEFAULT_FONT[0], 12)
7878
tags_input_size = 20
7979
button_size = 30
8080
browse_size = 10

0 commit comments

Comments
 (0)