Skip to content

Commit

Permalink
Fix: Fixed the mini search button visual state (#13571)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Oct 25, 2023
1 parent 27c0872 commit 133fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/UserControls/AddressToolbar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
<triggers:IsEqualStateTrigger Value="{x:Bind ShowSearchBox, Mode=OneWay}" To="False" />
</VisualState.StateTriggers>
<VisualState.Setters>
<Setter Target="SearchButton.Visibility" Value="Visible" />
<Setter Target="ShowSearchButton.Visibility" Value="Visible" />
<Setter Target="SearchRegion.(Grid.Column)" Value="1" />
<Setter Target="SearchRegion.Width" Value="NaN" />
</VisualState.Setters>
Expand Down

0 comments on commit 133fd08

Please sign in to comment.