Thumbnail sizes are changed after their frames are turned on or off

This commit is contained in:
Anton Kasyanov
2016-06-19 22:50:26 +03:00
parent 6b15012ff9
commit 710d0a265a
5 changed files with 50 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ namespace EveOPreview.UI
view.Id = id;
view.Title = title;
view.Size = size;
view.ThumbnailSize = size;
return view;
}