We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d7f6d commit 281ef8bCopy full SHA for 281ef8b
src/Resources/Styles.axaml
@@ -781,7 +781,7 @@
781
ContentTemplate="{TemplateBinding HeaderTemplate}"
782
VerticalAlignment="Center"
783
HorizontalAlignment="Stretch"
784
- RecognizesAccessKey="True"/>
+ RecognizesAccessKey="False"/>
785
<TextBlock x:Name="PART_InputGestureText"
786
Grid.Column="2"
787
Classes="CaptionTextBlockStyle"
src/Views/Repository.axaml
@@ -488,7 +488,7 @@
488
</TextBox.InnerRightContent>
489
</TextBox>
490
491
- <Popup PlacementTarget="#TxtSearchCommitsBox"
+ <Popup PlacementTarget="{Binding #TxtSearchCommitsBox}"
492
Placement="BottomEdgeAlignedLeft"
493
HorizontalOffset="-8" VerticalAlignment="-8"
494
IsOpen="{Binding IsSearchCommitSuggestionOpen}">
0 commit comments