File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 xmlns : local =" clr-namespace:UnityLauncherPro"
77 xmlns:System=" clr-namespace:System;assembly=mscorlib" x : Class =" UnityLauncherPro.MainWindow"
88 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 " >
1010
1111 <Window .Resources>
1212
366366 <Grid .ColumnDefinitions>
367367 <ColumnDefinition Width =" 20*" />
368368 <ColumnDefinition Width =" 20*" />
369- <ColumnDefinition Width =" 45 *" />
369+ <ColumnDefinition Width =" 50 *" />
370370 <ColumnDefinition Width =" 15*" />
371371 </Grid .ColumnDefinitions>
372372 <Grid .RowDefinitions>
Original file line number Diff line number Diff line change 133133 <ItemGroup >
134134 <None Include =" App.config" />
135135 </ItemGroup >
136- <ItemGroup >
137- <Resource Include =" Images\icon.png" />
138- </ItemGroup >
139- <ItemGroup >
140- <Resource Include =" Images\icon.ico" />
141- </ItemGroup >
142136 <ItemGroup >
143137 <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
144138 <Visible >False</Visible >
151145 <Install >false</Install >
152146 </BootstrapperPackage >
153147 </ItemGroup >
148+ <ItemGroup >
149+ <Resource Include =" Images\icon.ico" />
150+ </ItemGroup >
151+ <ItemGroup >
152+ <Resource Include =" Images\icon.png" />
153+ </ItemGroup >
154154 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155155</Project >
You can’t perform that action at this time.
0 commit comments