diff options
| author | Ian Bruton <[email protected]> | 2012-10-01 18:50:23 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-10-01 18:50:23 -0500 |
| commit | 01308b0b9407c7bfd2991276a8601e2504306b8e (patch) | |
| tree | 62ba8ff0fef22879c297a03ce207704554146b0e | |
| parent | 9005003d743b15911df2d05e29bc6200f6b3c83c (diff) | |
Fixed 4:3 scoreboard cutting off some elements.
| -rw-r--r-- | 4_by_3_ratio/ScoreBoard.res | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/4_by_3_ratio/ScoreBoard.res b/4_by_3_ratio/ScoreBoard.res index 8ed85f0..c75b23b 100644 --- a/4_by_3_ratio/ScoreBoard.res +++ b/4_by_3_ratio/ScoreBoard.res @@ -14,8 +14,8 @@ "enabled" "1"
"tabPosition" "0"
"avatar_width" "54"
- "name_width" "80"
- "name_width_minmode""80"
+ "name_width" "75"
+ "name_width_minmode" "75"
"status_width" "15"
"nemesis_width" "15"
"class_width" "15"
|
