diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/Plugin.cs b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/Plugin.cs index 45cdec2..1473fce 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/Plugin.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/Plugin.cs @@ -80,6 +80,7 @@ namespace QuickLook.Plugin.VideoViewer else { context.TitlebarAutoHide = true; + context.Theme = Themes.Dark; context.TitlebarBlurVisibility = true; } } diff --git a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml index 69f557a..0e353b2 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml +++ b/QuickLook.Plugin/QuickLook.Plugin.VideoViewer/ViewerPanel.xaml @@ -90,6 +90,16 @@ + + + 16) - replaceWith = replaceWith.Substring(0, 14) + "…" + replaceWith.Substring(replaceWith.Length - 2); + replaceWith = replaceWith.Substring(0, 8) + "…" + replaceWith.Substring(replaceWith.Length - 8); str = TranslationHelper.Get(str); var elements = str.Split(new[] {"{0}"}, StringSplitOptions.None).ToList(); diff --git a/QuickLook/ViewerWindow.xaml b/QuickLook/ViewerWindow.xaml index eac63dc..9616b48 100644 --- a/QuickLook/ViewerWindow.xaml +++ b/QuickLook/ViewerWindow.xaml @@ -48,6 +48,16 @@ + + +