Updates for issue 20 and minor UI fixes

This commit is contained in:
Michael J. Seiferling
2015-12-06 20:41:24 -06:00
parent d26c78c093
commit 7871b6e012
10 changed files with 134 additions and 34 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
ReadOnly Property CroppedName As String
Get
If Name.Length > 40 Then
Return sGameName.Substring(0, 41) & "..."
Return sGameName.Substring(0, 41).Trim & "..."
Else
Return sGameName
End If