Skip to content

Commit

Permalink
Fix the cmdpal moving the infobar down (#11670)
Browse files Browse the repository at this point in the history
Just read the code, it's immediately obvious what I messed up

Closes #11645

@DHowett turns out I was wrong, I could get this one done before 5 😜

(cherry picked from commit 3667678)
  • Loading branch information
zadjii-msft authored and DHowett committed Dec 14, 2021
1 parent 1ce8424 commit 7573996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/TerminalPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</ContentDialog>

<local:CommandPalette x:Name="CommandPalette"
Grid.Row="1"
Grid.Row="2"
VerticalAlignment="Stretch"
PreviewKeyDown="_KeyDownHandler"
Visibility="Collapsed" />
Expand Down

0 comments on commit 7573996

Please sign in to comment.