mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-27 15:15:00 +00:00
enhance: remember last view mode in file histories view
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
dacbd2a791
commit
e9297096df
2 changed files with 8 additions and 20 deletions
|
@ -109,10 +109,6 @@
|
|||
|
||||
<ContentControl Grid.Column="2" Content="{Binding ViewContent}">
|
||||
<ContentControl.DataTemplates>
|
||||
<DataTemplate DataType="m:Null">
|
||||
<Border/>
|
||||
</DataTemplate>
|
||||
|
||||
<DataTemplate DataType="vm:FileHistoriesSingleRevision">
|
||||
<Grid RowDefinitions="Auto,*,Auto">
|
||||
<StackPanel Grid.Row="0" Margin="0,8" Height="28" HorizontalAlignment="Center" Orientation="Horizontal">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue