Skip to content

Commit

Permalink
Fixing up some changes for the treeview
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash committed Apr 8, 2021
1 parent 2b25d2a commit d2044e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self, parent):
self.ow_tree.column("Platform", anchor=CENTER, width=80)
self.ow_tree.column("Region", anchor=W, width=60)
# Create the headings
self.ow_tree.heading("#0", text="Label", anchor=W)
self.ow_tree.heading("#0", text="Player #", anchor=W)
self.ow_tree.heading("Battle Tag", text="Battle Tag", anchor=CENTER)
self.ow_tree.heading("Platform", text="Platform", anchor=W)
self.ow_tree.heading("Region", text="Region", anchor=CENTER)
Expand Down

0 comments on commit d2044e1

Please sign in to comment.