WIP: more new styles

This commit is contained in:
Paddy Xu
2017-08-06 00:17:51 +03:00
parent 8d59e7138c
commit 60cd782c64
16 changed files with 289 additions and 233 deletions

View File

@@ -60,7 +60,6 @@ namespace QuickLook.Plugin.TextViewer
public void Prepare(string path, ContextObject context)
{
context.PreferredSize = new Size {Width = 800, Height = 600};
context.CanFocus = true;
}
public void View(string path, ContextObject context)