improve:启动动画

This commit is contained in:
2025-10-02 02:55:53 +08:00
parent a8a3164ee7
commit b7ecd12f8c
2 changed files with 48 additions and 49 deletions
+2 -2
View File
@@ -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);
}
});
}