From 3bf2dc711db48e1b36e75bf3099ca94f8241f11d Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:04:12 +0800 Subject: [PATCH] Improved fontsize --- v2rayN/v2rayN/App.xaml | 16 +++++++--------- .../v2rayN/ViewModels/ThemeSettingViewModel.cs | 2 -- v2rayN/v2rayN/Views/MsgView.xaml | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/v2rayN/v2rayN/App.xaml b/v2rayN/v2rayN/App.xaml index 547fae73..f0b44564 100644 --- a/v2rayN/v2rayN/App.xaml +++ b/v2rayN/v2rayN/App.xaml @@ -1,9 +1,9 @@  @@ -18,8 +18,6 @@ 26 12 13 - 14 - 11 11 @@ -69,7 +67,7 @@ x:Key="ModuleTitle" BasedOn="{StaticResource MaterialDesignTextBlock}" TargetType="{x:Type TextBlock}"> - + @@ -135,7 +133,7 @@ x:Key="ToolbarMenu" BasedOn="{StaticResource MaterialDesignMenu}" TargetType="{x:Type Menu}"> - + @@ -185,13 +183,13 @@