Skip to content

Commit

Permalink
πŸ’„ Replace the 'Go To File' button with a SearchBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 15, 2024
1 parent 28ec931 commit 8fe05e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FluentHub.App/UserControls/FileNavigationBlock.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<UserControl
<UserControl
x:Class="FluentHub.App.UserControls.FileNavigationBlock"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Expand Down Expand Up @@ -96,10 +96,10 @@

<StackPanel Grid.Column="2" Orientation="Horizontal">

<Button
<TextBox
Margin="8,0,0,0"
Content="Go to file"
IsEnabled="False" />
IsEnabled="False"
PlaceholderText="Go to file" />

<DropDownButton
Margin="8,0,0,0"
Expand Down

0 comments on commit 8fe05e3

Please sign in to comment.