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

@@ -67,6 +67,9 @@ namespace QuickLook.Plugin.ImageViewer
context.PreferredSize = new Size(1024, 768);
Directory.SetCurrentDirectory(App.AppPath);
context.AutoHideTitlebar = true;
context.TitlebarOverlap = true;
}
public void View(string path, ContextObject context)