Skip to content

Commit

Permalink
Update the about window
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonZhang2024 committed May 24, 2024
1 parent 5933b68 commit afcaaec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/get_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ def show_project_info():
Function show_project_info()
Show the project infomation
"""
info_page = ttk.Window(title='About', themename='lumen')
info_page = ttk.Toplevel(title='About')
label = ttk.Label(
info_page,
text='tkMarker\n',
font=('Sans Mono', 20),
)
label.pack()

Expand Down

0 comments on commit afcaaec

Please sign in to comment.