mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
Fix #30: add ToC to Markdown viewer
This commit is contained in:
@@ -52,7 +52,7 @@ namespace QuickLook.Plugin.MarkdownViewer
|
||||
|
||||
public void Prepare(string path, ContextObject context)
|
||||
{
|
||||
context.PreferredSize = new Size(800, 800);
|
||||
context.PreferredSize = new Size(1000, 600);
|
||||
|
||||
context.CanFocus = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user