diff --git a/GUI/FileErrorDialog.xaml b/GUI/FileErrorDialog.xaml index 58830ee1..2072d834 100644 --- a/GUI/FileErrorDialog.xaml +++ b/GUI/FileErrorDialog.xaml @@ -5,6 +5,7 @@ xmlns:s="clr-namespace:GARbro.GUI.Strings" Title="{Binding Title}" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" SizeToContent="WidthAndHeight" ShowActivated="True" + FocusManager.FocusedElement="{Binding ElementName=FirstButton}" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"> -