Spaces:
Running
Running
Commit ·
153b79c
1
Parent(s): 6a23c71
Increase width of name column
Browse files
utils.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
def get_col_width(col, player_team_type):
|
| 2 |
match col:
|
| 3 |
case "Pitcher" | "Batter":
|
| 4 |
-
return
|
| 5 |
case "Team":
|
| 6 |
return 75
|
| 7 |
case "Throws" | "Bats":
|
|
|
|
| 1 |
def get_col_width(col, player_team_type):
|
| 2 |
match col:
|
| 3 |
case "Pitcher" | "Batter":
|
| 4 |
+
return 140
|
| 5 |
case "Team":
|
| 6 |
return 75
|
| 7 |
case "Throws" | "Bats":
|