style<*>: remove unused brushes

This commit is contained in:
leo 2021-04-07 12:35:04 +08:00
parent 5dd8a12019
commit 794a6437fb
5 changed files with 9 additions and 15 deletions

View file

@ -182,13 +182,13 @@
</Grid>
<!-- Splitter -->
<GridSplitter Grid.Row="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Background="{StaticResource Brush.CommitViewer}"/>
<GridSplitter Grid.Row="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Background="{StaticResource Brush.Window}"/>
<!-- Commit Detail -->
<local:CommitViewer x:Name="commitViewer" Grid.Row="3" Background="{StaticResource Brush.CommitViewer}"/>
<local:CommitViewer x:Name="commitViewer" Grid.Row="3" Background="{StaticResource Brush.Window}"/>
<!-- Options Bar -->
<Grid Grid.Row="5" Background="{StaticResource Brush.CommitViewer}">
<Grid Grid.Row="5" Background="{StaticResource Brush.Window}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="80"/>