We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517f2ad commit 828784fCopy full SHA for 828784f
MainWindow.xaml
@@ -2,7 +2,7 @@
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:local="clr-namespace:Rule"
5
- Title="MainWindow" Height="70" Width="800" WindowStyle="None" ResizeMode="NoResize"
+ Title="Rule" Height="70" Width="800" WindowStyle="None" ResizeMode="NoResize"
6
FocusManager.FocusedElement="{Binding RelativeSource={x:Static RelativeSource.Self}, Mode=OneTime}" Topmost="True">
7
8
<Window.Resources>
0 commit comments