Fixed wrong window title

This commit is contained in:
erri120 2019-09-27 13:05:03 +02:00
parent f82d6a39f7
commit 4f31ee456b
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -6,7 +6,7 @@
Style="{StaticResource {x:Type Window}}" Icon="square_transparent_icon.ico" WindowStyle="ToolWindow"
xmlns:local="clr-namespace:Wabbajack"
mc:Ignorable="d"
Title="ModeSelectionWindow" Height="450" Width="800" ResizeMode="NoResize"
Title="Wabbajack" Height="450" Width="800" ResizeMode="NoResize"
Closing="Close_Window">
<Grid Margin="20">
<Grid.RowDefinitions>