Skip to content

Commit 70bbb18

Browse files
authored
Fix: Removed unnecessary focus in confirmation dialog (#11802)
1 parent 4809f1a commit 70bbb18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Dialogs/FilesystemOperationDialog.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
<Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem">
228228
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
229229
<Setter Property="Padding" Value="0,12" />
230+
<Setter Property="IsTabStop" Value="False" />
230231
</Style>
231232
</ListView.ItemContainerStyle>
232233
</ListView>

0 commit comments

Comments
 (0)