mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
refactor: re-write commit searching (part 2)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
231f3bf668
commit
ee7ccc0391
4 changed files with 73 additions and 74 deletions
|
@ -504,7 +504,7 @@
|
|||
Margin="0,8,0,0"
|
||||
ItemsSource="{Binding SearchedCommits}"
|
||||
SelectionMode="Single"
|
||||
SelectedItem="{Binding SearchResultSelectedCommit, Mode=TwoWay}"
|
||||
SelectedItem="{Binding SelectedSearchedCommit, Mode=TwoWay}"
|
||||
BorderThickness="1"
|
||||
BorderBrush="{DynamicResource Brush.Border2}"
|
||||
Background="{DynamicResource Brush.Contents}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue