make blur invisible by default, remove colored title bar on InfoPanel

This commit is contained in:
Paddy Xu
2017-08-13 11:08:20 +03:00
parent 589693778a
commit bff0dcfb7a
3 changed files with 6 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ namespace QuickLook.Plugin.ImageViewer
Directory.SetCurrentDirectory(App.AppPath);
context.TitlebarBlurVisibility = true;
context.TitlebarOverlap = true;
context.TitlebarAutoHide = true;
}