|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
<Application |
|
|
|
|
x:Class="v2rayN.App" |
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" |
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
xmlns:conv="clr-namespace:v2rayN.Converters" |
|
|
|
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" |
|
|
|
|
ShutdownMode="OnExplicitShutdown" |
|
|
|
|
StartupUri="Views/MainWindow.xaml"> |
|
|
|
|
<Application.Resources> |
|
|
|
@ -211,6 +211,11 @@
|
|
|
|
|
<Setter Property="TextOptions.TextFormattingMode" Value="Display" /> |
|
|
|
|
<Setter Property="TextOptions.TextRenderingMode" Value="ClearType" /> |
|
|
|
|
<Setter Property="TextOptions.TextHintingMode" Value="Fixed" /> |
|
|
|
|
<Setter Property="TextElement.Foreground" Value="{DynamicResource MaterialDesignBody}" /> |
|
|
|
|
<Setter Property="Background" Value="{DynamicResource MaterialDesignPaper}" /> |
|
|
|
|
<Setter Property="TextElement.FontFamily" Value="{x:Static conv:MaterialDesignFonts.MyFont}" /> |
|
|
|
|
<Setter Property="FontFamily" Value="{x:Static conv:MaterialDesignFonts.MyFont}" /> |
|
|
|
|
<Setter Property="ResizeMode" Value="NoResize" /> |
|
|
|
|
</Style> |
|
|
|
|
<Style |
|
|
|
|
x:Key="ViewGlobal" |
|
|
|
@ -219,6 +224,10 @@
|
|
|
|
|
<Setter Property="TextOptions.TextFormattingMode" Value="Display" /> |
|
|
|
|
<Setter Property="TextOptions.TextRenderingMode" Value="ClearType" /> |
|
|
|
|
<Setter Property="TextOptions.TextHintingMode" Value="Fixed" /> |
|
|
|
|
<Setter Property="TextElement.Foreground" Value="{DynamicResource MaterialDesignBody}" /> |
|
|
|
|
<Setter Property="Background" Value="{DynamicResource MaterialDesignPaper}" /> |
|
|
|
|
<Setter Property="TextElement.FontFamily" Value="{x:Static conv:MaterialDesignFonts.MyFont}" /> |
|
|
|
|
<Setter Property="FontFamily" Value="{x:Static conv:MaterialDesignFonts.MyFont}" /> |
|
|
|
|
</Style> |
|
|
|
|
</ResourceDictionary> |
|
|
|
|
</Application.Resources> |
|
|
|
|