fix: MMD PDF wordmark in Shell/About.cs
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ namespace MmdPdf
|
|||||||
{
|
{
|
||||||
AboutLogoBlock.Inlines.Clear();
|
AboutLogoBlock.Inlines.Clear();
|
||||||
var hl = new Hyperlink { TextDecorations = null };
|
var hl = new Hyperlink { TextDecorations = null };
|
||||||
hl.Inlines.Add(new Run("Killer")
|
hl.Inlines.Add(new Run("MMD ")
|
||||||
{
|
{
|
||||||
FontFamily = UiKit.WordmarkFont,
|
FontFamily = UiKit.WordmarkFont,
|
||||||
FontSize = 21,
|
FontSize = 21,
|
||||||
@@ -133,7 +133,7 @@ namespace MmdPdf
|
|||||||
var shadowBrush = new System.Windows.Media.SolidColorBrush(
|
var shadowBrush = new System.Windows.Media.SolidColorBrush(
|
||||||
System.Windows.Media.Color.FromArgb(0xB0, 0, 0, 0));
|
System.Windows.Media.Color.FromArgb(0xB0, 0, 0, 0));
|
||||||
shadowBrush.Freeze();
|
shadowBrush.Freeze();
|
||||||
AboutLogoShadowBlock.Inlines.Add(new Run("Killer")
|
AboutLogoShadowBlock.Inlines.Add(new Run("MMD ")
|
||||||
{
|
{
|
||||||
FontFamily = UiKit.WordmarkFont,
|
FontFamily = UiKit.WordmarkFont,
|
||||||
FontSize = 21,
|
FontSize = 21,
|
||||||
|
|||||||
Reference in New Issue
Block a user