mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-23 02:00:26 +08:00
fix font bug
This commit is contained in:
@@ -72,7 +72,8 @@ namespace QuickLook.Plugin.TextViewer
|
||||
|
||||
PreviewMouseWheel += Viewer_MouseWheel;
|
||||
|
||||
FontFamily = new FontFamily(TranslationHelper.Get("Editor_FontFamily"));
|
||||
FontFamily = new FontFamily(TranslationHelper.Get("Editor_FontFamily",
|
||||
domain: Assembly.GetExecutingAssembly().GetName().Name));
|
||||
|
||||
TextArea.TextView.ElementGenerators.Add(new TruncateLongLines());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user