Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- [**Name:** Garima Choudhary, **email:** [email protected]] (https://www.github.com/GC2002)
- [**Name:** Abdul Adhil PK, **email:** [email protected]] (https://www.github.com/adhilcodes)
- [**Name:** Pranjal Srivastava, **email:** [email protected]] (https://github.com/Dernyt-TPE)
- [**Name:** Sairaj Kapdi, **email:** [email protected]] (https://github.com/SairajK19)

3 changes: 2 additions & 1 deletion dpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
font_family= tk.StringVar()
font_box= ttk.Combobox(tool_bar, width=30, textvariable=font_family, state="readonly")
font_box["values"]= font_tuple
font_box.current(font_tuple.index("Arial"))
# font_box.current(font_tuple.index("Arial"))
font_box.current(font_tuple.index("fangsong ti"))
font_box.grid(row=0,column=0,padx=5)


Expand Down