修改欢迎页

croire 3 years ago
parent fe9c9ff415
commit 99a83b06a9

@ -28,29 +28,14 @@
Foreground="White" Foreground="White"
Text="Welcome to DownKyi!" /> Text="Welcome to DownKyi!" />
<Grid> <TextBlock
<Grid.ColumnDefinitions> x:Name="nameVersion"
<ColumnDefinition /> Grid.Row="0"
<ColumnDefinition /> Margin="10"
</Grid.ColumnDefinitions> HorizontalAlignment="Right"
VerticalAlignment="Bottom"
<TextBlock FontSize="12"
x:Name="nameVersion" Foreground="White" />
Grid.Column="0"
Margin="10"
HorizontalAlignment="Left"
VerticalAlignment="Bottom"
FontSize="12"
Foreground="White" />
<TextBlock
Grid.Column="1"
Margin="10"
HorizontalAlignment="Right"
VerticalAlignment="Bottom"
FontSize="12"
Foreground="White"
Text="open source" />
</Grid>
</Grid> </Grid>
</Window> </Window>

Loading…
Cancel
Save