From b7ecd12f8c2aa78360d878fdb03763058563fdfa Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Thu, 2 Oct 2025 02:55:53 +0800 Subject: [PATCH] =?UTF-8?q?improve:=E5=90=AF=E5=8A=A8=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Windows/SplashScreen.xaml | 93 ++++++++++++------------- Ink Canvas/Windows/SplashScreen.xaml.cs | 4 +- 2 files changed, 48 insertions(+), 49 deletions(-) diff --git a/Ink Canvas/Windows/SplashScreen.xaml b/Ink Canvas/Windows/SplashScreen.xaml index 7f1fdc6d..836f1d6a 100644 --- a/Ink Canvas/Windows/SplashScreen.xaml +++ b/Ink Canvas/Windows/SplashScreen.xaml @@ -16,55 +16,54 @@ - - - + + - - + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Ink Canvas/Windows/SplashScreen.xaml.cs b/Ink Canvas/Windows/SplashScreen.xaml.cs index feb4b488..e4e91da7 100644 --- a/Ink Canvas/Windows/SplashScreen.xaml.cs +++ b/Ink Canvas/Windows/SplashScreen.xaml.cs @@ -180,7 +180,7 @@ namespace Ink_Canvas.Windows LoadingText.FontWeight = FontWeights.SemiBold; LoadingText.Foreground = Brushes.White; LoadingText.HorizontalAlignment = HorizontalAlignment.Center; - LoadingText.Margin = new Thickness(0, -135, 145, 140); + LoadingText.Margin = new Thickness(0,200,140,4); } else { @@ -189,7 +189,7 @@ namespace Ink_Canvas.Windows LoadingText.FontWeight = FontWeights.SemiBold; LoadingText.Foreground = Brushes.White; LoadingText.HorizontalAlignment = HorizontalAlignment.Center; - LoadingText.Margin = new Thickness(0, -150, 0, 140); + LoadingText.Margin = new Thickness(0,200,0,0); } }); }