Skip to content

Commit

Permalink
Fix: Removed unnecessary focus in confirmation dialog (#11802)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishitetsu authored Mar 22, 2023
1 parent 4809f1a commit 70bbb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Files.App/Dialogs/FilesystemOperationDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
<Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem">
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="Padding" Value="0,12" />
<Setter Property="IsTabStop" Value="False" />
</Style>
</ListView.ItemContainerStyle>
</ListView>
Expand Down

0 comments on commit 70bbb18

Please sign in to comment.