Fix cell editor to work with desktop scaling
This commit is contained in:
parent
ccebcdd4c7
commit
496830d01d
7 changed files with 431 additions and 414 deletions
|
|
@ -80,7 +80,7 @@ namespace LibationWinForms.GridView
|
|||
Title = Book.Title;
|
||||
Series = Book.SeriesNames();
|
||||
Length = Book.LengthInMinutes == 0 ? "" : $"{Book.LengthInMinutes / 60} hr {Book.LengthInMinutes % 60} min";
|
||||
MyRating = Book.UserDefinedItem.Rating;
|
||||
_myRating = Book.UserDefinedItem.Rating;
|
||||
PurchaseDate = libraryBook.DateAdded.ToString("d");
|
||||
ProductRating = Book.Rating?.ToStarString()?.DefaultIfNullOrWhiteSpace("");
|
||||
Authors = Book.AuthorNames();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue