patrickramos commited on
Commit
153b79c
·
1 Parent(s): 6a23c71

Increase width of name column

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 125
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":