mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-10-22 20:13:02 +00:00
Fix HelixViewer default height being too large
This commit is contained in:
@@ -64,7 +64,7 @@ public class Plugin : IViewer
|
|||||||
|
|
||||||
public void Prepare(string path, ContextObject context)
|
public void Prepare(string path, ContextObject context)
|
||||||
{
|
{
|
||||||
context.PreferredSize = new Size { Width = 800, Height = 800 };
|
context.PreferredSize = new Size { Width = 800, Height = 600 };
|
||||||
}
|
}
|
||||||
|
|
||||||
public void View(string path, ContextObject context)
|
public void View(string path, ContextObject context)
|
||||||
|
Reference in New Issue
Block a user