Site
Gitweb
Static
projects
/
tutoring-tool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca5b40
)
Fix data entry labels
author
Jakob Cornell
<jakob@jcornell.net>
Wed, 25 Dec 2019 18:16:11 +0000
(12:16 -0600)
committer
Jakob Cornell
<jakob@jcornell.net>
Wed, 25 Dec 2019 18:16:11 +0000
(12:16 -0600)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index 2f007b725dfc1e4f258314b2eaac5c28bf9fe7d8..c2f9e77fbfa1a7ff51a45c6bdafcf11c642dcf9c 100644
(file)
--- a/
main.py
+++ b/
main.py
@@
-375,8
+375,8
@@
class DataEditView(View):
col_names = [
"Comment",
- "Score (
R)", "Score (W)", "Score (M
)", "Score (S)",
- "Time (
R)", "Time (W)", "Time (M
)", "Time (S)",
+ "Score (
E)", "Score (M)", "Score (R
)", "Score (S)",
+ "Time (
E)", "Time (M)", "Time (R
)", "Time (S)",
]
labels = [tk.Label(self.grid, text = name, width = 10) for name in col_names]
for (col, label) in enumerate(labels):