Improve GridView
- Remove LongDescription - Description has the full description - Better MyRating updating
This commit is contained in:
parent
b94f9bbc15
commit
914e574bf8
5 changed files with 7 additions and 12 deletions
|
|
@ -75,7 +75,7 @@ namespace LibationWinForms.GridView
|
|||
var displayWindow = new DescriptionDisplay
|
||||
{
|
||||
SpawnLocation = PointToScreen(cellRectangle.Location + new Size(cellRectangle.Width, 0)),
|
||||
DescriptionText = liveGridEntry.LongDescription,
|
||||
DescriptionText = liveGridEntry.Description,
|
||||
BorderThickness = 2,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue