Fix #114: now the preview window should big enough

This commit is contained in:
Paddy Xu
2017-11-07 18:20:11 +02:00
parent e56c33cbd8
commit d6aa4d6959
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ namespace QuickLook.Plugin.PDFViewer
public partial class PdfViewerControl : UserControl, INotifyPropertyChanged, IDisposable
{
private const double MinZoomFactor = 0.1d;
private const double MaxZoomFactor = 3d;
private const double MaxZoomFactor = 5d;
private int _changePageDeltaSum;
private bool _pdfLoaded;