Darker text viewer

This commit is contained in:
Paddy Xu
2018-06-23 16:39:42 +03:00
parent 2743a83e27
commit 382b9349be
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ namespace QuickLook.Plugin.TextViewer
public void Prepare(string path, ContextObject context)
{
context.Theme = Themes.Light;
//context.Theme = Themes.Light;
context.PreferredSize = new Size {Width = 800, Height = 600};
}