Add "Focusable" property to plugins

This commit is contained in:
Paddy Xu
2017-05-06 22:56:20 +03:00
parent fb1d67e5a0
commit 58886d3302
9 changed files with 27 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ namespace QuickLook.Plugin.ArchiveViewer
return true;
}
public void BoundViewSize(string path, ContextObject context)
public void Prepare(string path, ContextObject context)
{
context.PreferredSize = new Size {Width = 800, Height = 600};
}