优化欢迎页显示

croire 4 years ago
parent f10c2d2d80
commit 1880a2a806

@ -5,7 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DownKyi.Views" xmlns:local="clr-namespace:DownKyi.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="SplashWindow" Title=""
Width="500" Width="500"
Height="300" Height="300"
ResizeMode="NoResize" ResizeMode="NoResize"
@ -14,7 +14,7 @@
<WindowChrome.WindowChrome> <WindowChrome.WindowChrome>
<WindowChrome <WindowChrome
CaptionHeight="0" CaptionHeight="0"
CornerRadius="0" CornerRadius="20"
GlassFrameThickness="0" GlassFrameThickness="0"
NonClientFrameEdges="None" NonClientFrameEdges="None"
ResizeBorderThickness="4" ResizeBorderThickness="4"
@ -24,7 +24,7 @@
<TextBlock <TextBlock
HorizontalAlignment="Center" HorizontalAlignment="Center"
VerticalAlignment="Center" VerticalAlignment="Center"
FontSize="28" FontSize="30"
Foreground="White" Foreground="White"
Text="Welcome to DownKyi!" /> Text="Welcome to DownKyi!" />
</Grid> </Grid>

Loading…
Cancel
Save