Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jul 15, 2024
1 parent 4c27735 commit 31d5c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frames/about_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ def about_interface(frame):
tabview = ctk.CTkTabview(frame, width=2000, height=850)
tabview.pack(padx=20, pady=20)
tabview.add("Credits")
tabview.add("800")
tabview.add("About")
tabview.add("License")
tabview.set("800")
tabview.set("About")
mit_license_widget = ctk.CTkLabel(tabview.tab("License"), width=80, height=20, text=(get_mit_license_text()))
mit_license_widget.pack(padx=10, pady=10)
credits_widget = ctk.CTkLabel(tabview.tab("Credits"), width=80, height=20, text=(get_credits_text()))
Expand Down

0 comments on commit 31d5c8d

Please sign in to comment.