diff --git a/MainWindow.xaml b/MainWindow.xaml index 308169b..7b587eb 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Rule" - Title="MainWindow" Height="70" Width="800" WindowStyle="None" ResizeMode="NoResize" + Title="Rule" Height="70" Width="800" WindowStyle="None" ResizeMode="NoResize" FocusManager.FocusedElement="{Binding RelativeSource={x:Static RelativeSource.Self}, Mode=OneTime}" Topmost="True">