Updated "Play" button style. Removed default background image on the main window.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<!--<Image Grid.Column="0" x:Name="TitleBarIcon" Source="ms-appx:///Assets/Images/MangaReader.png" Width="20" Height="20" Margin="0 0 10 0" />-->
|
||||
<TextBlock Grid.Column="1" x:Name="AppTitle" Text="{x:Bind Title, Mode=OneWay}" Style="{StaticResource CaptionTextBlockStyle}" VerticalAlignment="Center" />
|
||||
</Grid>
|
||||
<Grid Grid.Row="1" Grid.RowSpan="2">
|
||||
<!--<Grid Grid.Row="1" Grid.RowSpan="2">
|
||||
<Image Source="/Assets/Default.png" Stretch="UniformToFill" VerticalAlignment="Center" HorizontalAlignment="Center"></Image>
|
||||
<Canvas Background="#99000000"></Canvas>
|
||||
<Border>
|
||||
@@ -48,7 +48,7 @@
|
||||
<Media:BackdropBlurBrush Amount="20"></Media:BackdropBlurBrush>
|
||||
</Border.Background>
|
||||
</Border>
|
||||
</Grid>
|
||||
</Grid>-->
|
||||
<Grid Grid.Row="1">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition></ColumnDefinition>
|
||||
|
||||
Reference in New Issue
Block a user