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);
}
});
}