File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
xmlns : local =" clr-namespace:UnityLauncherPro"
7
7
xmlns:System=" clr-namespace:System;assembly=mscorlib" x : Class =" UnityLauncherPro.MainWindow"
8
8
mc:Ignorable=" d"
9
- Title =" UnityLauncherPro" Height =" 650" Width =" 600" WindowStartupLocation =" CenterScreen" Background =" {DynamicResource DarkestBackground}" MinWidth =" 600" MinHeight =" 650" AllowsTransparency =" True" WindowStyle =" None" Margin =" 0" KeyDown =" OnWindowKeyDown" Closing =" Window_Closing" SizeChanged =" Window_SizeChanged" >
9
+ Title =" UnityLauncherPro" Height =" 650" Width =" 600" WindowStartupLocation =" CenterScreen" Background =" {DynamicResource DarkestBackground}" MinWidth =" 600" MinHeight =" 650" AllowsTransparency =" True" WindowStyle =" None" Margin =" 0" KeyDown =" OnWindowKeyDown" Closing =" Window_Closing" SizeChanged =" Window_SizeChanged" Icon = " Images/icon.ico " >
10
10
11
11
<Window .Resources>
12
12
366
366
<Grid .ColumnDefinitions>
367
367
<ColumnDefinition Width =" 20*" />
368
368
<ColumnDefinition Width =" 20*" />
369
- <ColumnDefinition Width =" 45 *" />
369
+ <ColumnDefinition Width =" 50 *" />
370
370
<ColumnDefinition Width =" 15*" />
371
371
</Grid .ColumnDefinitions>
372
372
<Grid .RowDefinitions>
Original file line number Diff line number Diff line change 133
133
<ItemGroup >
134
134
<None Include =" App.config" />
135
135
</ItemGroup >
136
- <ItemGroup >
137
- <Resource Include =" Images\icon.png" />
138
- </ItemGroup >
139
- <ItemGroup >
140
- <Resource Include =" Images\icon.ico" />
141
- </ItemGroup >
142
136
<ItemGroup >
143
137
<BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
144
138
<Visible >False</Visible >
151
145
<Install >false</Install >
152
146
</BootstrapperPackage >
153
147
</ItemGroup >
148
+ <ItemGroup >
149
+ <Resource Include =" Images\icon.ico" />
150
+ </ItemGroup >
151
+ <ItemGroup >
152
+ <Resource Include =" Images\icon.png" />
153
+ </ItemGroup >
154
154
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155
155
</Project >
You can’t perform that action at this time.
0 commit comments