dark theme; wip videopleyer

This commit is contained in:
Paddy Xu
2017-08-06 23:33:01 +03:00
parent 56cb31fd2a
commit 2b3338cc43
16 changed files with 227 additions and 304 deletions

View File

@@ -69,6 +69,8 @@ namespace QuickLook.Plugin.VideoViewer
windowSize.Height = Math.Max(def.Height, windowSize.Height);
context.SetPreferredSizeFit(windowSize, 0.6);
context.UseDarkTheme = true;
context.TitlebarOverlap = true;
}
public void View(string path, ContextObject context)