mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 02:49:06 +00:00
fix font bug
This commit is contained in:
@@ -72,7 +72,8 @@ namespace QuickLook.Plugin.TextViewer
|
|||||||
|
|
||||||
PreviewMouseWheel += Viewer_MouseWheel;
|
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());
|
TextArea.TextView.ElementGenerators.Add(new TruncateLongLines());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user