Refine WinUI shell and improve render diagnostics
This commit is contained in:
@@ -18,11 +18,17 @@
|
||||
<RowDefinition Height="*" />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<TitleBar x:Name="AppTitleBar" Title="AmiReel">
|
||||
<TitleBar.IconSource>
|
||||
<ImageIconSource ImageSource="Assets/AppIcon.ico" />
|
||||
</TitleBar.IconSource>
|
||||
</TitleBar>
|
||||
<Grid x:Name="AppTitleBar" Height="44" Background="Transparent">
|
||||
<StackPanel Orientation="Horizontal" Spacing="10" VerticalAlignment="Center" Margin="14,0,0,0">
|
||||
<Image Source="ms-appx:///Assets/Square44x44Logo.scale-200.png"
|
||||
Width="20"
|
||||
Height="20"
|
||||
Stretch="Uniform" />
|
||||
<TextBlock Text="AmiReel"
|
||||
FontSize="16"
|
||||
VerticalAlignment="Center" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
<!--
|
||||
The Frame hosts pages for your application content. Add your UI to
|
||||
|
||||
Reference in New Issue
Block a user