mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Fix #114: now the preview window should big enough
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user