Improve GridView

- Remove LongDescription
- Description has the full description
- Better MyRating updating
This commit is contained in:
Mbucari 2023-07-18 16:18:01 -06:00
parent b94f9bbc15
commit 914e574bf8
5 changed files with 7 additions and 12 deletions

View file

@ -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,
};