Updates for issues 20 and 24
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
ReadOnly Property CroppedName As String
|
||||
Get
|
||||
If Name.Length > 40 Then
|
||||
Return sName.Substring(0, 41) & "..."
|
||||
Return sName.Substring(0, 41).Trim & "..."
|
||||
Else
|
||||
Return sName
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user