Skip to content

Commit

Permalink
changed window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettymaster committed Jul 28, 2018
1 parent bf6745a commit a0ec4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HUDColorChanger/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:local="clr-namespace:HUDColorChanger"
mc:Ignorable="d"
x:Name="_this"
Title="MainWindow" Height="325" Width="400" WindowStyle="ToolWindow" FontFamily="Sintony">
Title="HUD Changer" Height="325" Width="400" WindowStyle="ToolWindow" FontFamily="Sintony">
<Grid Margin="2">
<Grid.RowDefinitions>
<RowDefinition Height="{x:Static SystemParameters.IconHeight}"/>
Expand Down

0 comments on commit a0ec4ff

Please sign in to comment.