mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed wrong window title
This commit is contained in:
parent
f82d6a39f7
commit
4f31ee456b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user