Skip to content

Commit

Permalink
Fixed window title
Browse files Browse the repository at this point in the history
  • Loading branch information
josh2112 committed Jun 19, 2014
1 parent 517f2ad commit 828784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<Window.Resources>
Expand Down

0 comments on commit 828784f

Please sign in to comment.