Skip to content

Commit 7a88f4b

Browse files
committed
replace icon, adjust launch button size
1 parent bab301f commit 7a88f4b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

UnityLauncherPro/Images/icon.ico

28.9 KB
Binary file not shown.

UnityLauncherPro/MainWindow.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

@@ -366,7 +366,7 @@
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>

UnityLauncherPro/UnityLauncherPro.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@
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>
@@ -151,5 +145,11 @@
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>

0 commit comments

Comments
 (0)