mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feature<Histories>: add collapse button in search bar
This commit is contained in:
parent
1a719a464e
commit
12169cc53a
3 changed files with 15 additions and 4 deletions
|
@ -217,6 +217,10 @@ namespace SourceGit.UI {
|
|||
searchBar.BeginAnimation(Grid.MarginProperty, anim);
|
||||
}
|
||||
|
||||
private void HideSearchBarByButton(object sender, RoutedEventArgs e) {
|
||||
HideSearchBar();
|
||||
}
|
||||
|
||||
private void ClearSearch(object sender, RoutedEventArgs e) {
|
||||
txtSearch.Text = "";
|
||||
if (isSearchMode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue