mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
fix: first '_' character not shown in menu item (#313)
This commit is contained in:
parent
b5d7f6d7ce
commit
281ef8b490
2 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@
|
|||
</TextBox.InnerRightContent>
|
||||
</TextBox>
|
||||
|
||||
<Popup PlacementTarget="#TxtSearchCommitsBox"
|
||||
<Popup PlacementTarget="{Binding #TxtSearchCommitsBox}"
|
||||
Placement="BottomEdgeAlignedLeft"
|
||||
HorizontalOffset="-8" VerticalAlignment="-8"
|
||||
IsOpen="{Binding IsSearchCommitSuggestionOpen}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue