mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-01 01:14:59 +00:00
style: Blame & FileHistories window style
This commit is contained in:
parent
abc3e8e9f7
commit
f93dec5e6a
3 changed files with 19 additions and 15 deletions
|
@ -67,7 +67,7 @@
|
|||
</Grid.ColumnDefinitions>
|
||||
|
||||
<DataGrid Grid.Column="0"
|
||||
Background="{DynamicResource Brush.Contents}"
|
||||
Background="Transparent"
|
||||
ItemsSource="{Binding Commits}"
|
||||
SelectedItem="{Binding SelectedCommit, Mode=TwoWay}"
|
||||
SelectionMode="Single"
|
||||
|
@ -105,10 +105,10 @@
|
|||
<GridSplitter Grid.Column="1"
|
||||
Width="1" MinWidth=".5"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Stretch"
|
||||
Background="Transparent"/>
|
||||
Background="{DynamicResource Brush.Border0}"/>
|
||||
|
||||
<Grid Grid.Column="2">
|
||||
<ContentControl Content="{Binding DiffContext}">
|
||||
<ContentControl Margin="4" Content="{Binding DiffContext}">
|
||||
<ContentControl.DataTemplates>
|
||||
<DataTemplate DataType="vm:DiffContext">
|
||||
<v:DiffView/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue