mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
ux: change the background of information row in FileHistories and DirHistories window
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</Grid>
|
||||
|
||||
<!-- Info -->
|
||||
<Grid Grid.Row="1" ColumnDefinitions="Auto,*" Background="{DynamicResource Brush.Popup}">
|
||||
<Grid Grid.Row="1" ColumnDefinitions="Auto,*" Background="{DynamicResource Brush.Window}">
|
||||
<Path Grid.Column="0" Width="14" Height="14" Margin="8,0,6,0" Data="{StaticResource Icons.Folder.Open}"/>
|
||||
<TextBlock Grid.Column="1" Text="{Binding Title, Mode=OneWay}"/>
|
||||
</Grid>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</Grid>
|
||||
|
||||
<!-- Info -->
|
||||
<Grid Grid.Row="1" ColumnDefinitions="Auto,*" Background="{DynamicResource Brush.Popup}">
|
||||
<Grid Grid.Row="1" ColumnDefinitions="Auto,*" Background="{DynamicResource Brush.Window}">
|
||||
<Path Grid.Column="0" Width="14" Height="14" Margin="8,0,6,0" Data="{StaticResource Icons.File}"/>
|
||||
<TextBlock Grid.Column="1" Text="{Binding Title, Mode=OneWay}"/>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user