mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07: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
|
@ -781,7 +781,7 @@
|
|||
ContentTemplate="{TemplateBinding HeaderTemplate}"
|
||||
VerticalAlignment="Center"
|
||||
HorizontalAlignment="Stretch"
|
||||
RecognizesAccessKey="True"/>
|
||||
RecognizesAccessKey="False"/>
|
||||
<TextBlock x:Name="PART_InputGestureText"
|
||||
Grid.Column="2"
|
||||
Classes="CaptionTextBlockStyle"
|
||||
|
|
|
@ -488,7 +488,7 @@
|
|||
</TextBox.InnerRightContent>
|
||||
</TextBox>
|
||||
|
||||
<Popup PlacementTarget="#TxtSearchCommitsBox"
|
||||
<Popup PlacementTarget="{Binding #TxtSearchCommitsBox}"
|
||||
Placement="BottomEdgeAlignedLeft"
|
||||
HorizontalOffset="-8" VerticalAlignment="-8"
|
||||
IsOpen="{Binding IsSearchCommitSuggestionOpen}">
|
||||
|
|
Loading…
Reference in a new issue