wip videoviewer

This commit is contained in:
Paddy Xu
2017-08-08 23:19:46 +03:00
parent 2b3338cc43
commit efaca311fc
10 changed files with 127 additions and 75 deletions

View File

@@ -60,7 +60,7 @@ namespace QuickLook.Plugin.VideoViewer
{
_context = context;
var def = new Size(450, 450);
var def = new Size(500, 300);
_mediaSize = GetMediaSizeWithVlc(path);