When thumbnails borders are enabled zoomed thumbnail contains gray unused area at the bottom

This commit is contained in:
Anton Kasyanov
2016-06-08 22:19:53 +03:00
parent 8d57acb900
commit 010a421033
3 changed files with 65 additions and 53 deletions

View File

@@ -21,6 +21,9 @@ namespace EveOPreview.UI
void SetWindowFrames(bool enable);
void SetTopMost(bool enableTopmost);
void ZoomIn(ViewZoomAnchor anchor, int zoomFactor);
void ZoomOut();
void Refresh();
event Action<IntPtr> ThumbnailResized;