Make the 'thumbnail snap' feature optional

This commit is contained in:
Anton Kasyanov
2018-03-29 01:09:14 +03:00
parent 4e6ac1e81d
commit 47fee08fcc
3 changed files with 14 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ namespace EveOPreview.Configuration
Size ThumbnailMinimumSize { get; set; }
Size ThumbnailMaximumSize { get; set; }
bool EnableThumbnailSnap { get; set; }
bool ThumbnailZoomEnabled { get; set; }
int ThumbnailZoomFactor { get; set; }
ZoomAnchor ThumbnailZoomAnchor { get; set; }