diff --git a/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs b/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs
index c660ca1..2c821e1 100644
--- a/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs
+++ b/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs
@@ -161,7 +161,7 @@ namespace AppLauncher.Windows.Forms
g.FillRectangle(new SolidBrush(titleBarColour), area.X, area.Y, (area.Width + area.X), titleBarHeight);
g.DrawLine(new Pen(titleBorderColour, 1), area.X, (titleBarHeight + 1), (area.Width + area.X), (titleBarHeight + 1));
- if (!DesignMode) g.DrawImageUnscaled(this.AppIcon, 17, 17);
+ if (!DesignMode) g.DrawImageUnscaled(this.AppIcon, 21, 17);
if (!DesignMode) TextRenderer.DrawText(g, Application.ProductName, new Font(this.Font.FontFamily, 14F), new Point(58, 17), titleColour);
diff --git a/FizzyLauncher.csproj b/FizzyLauncher.csproj
index 0c659be..0ccca88 100644
--- a/FizzyLauncher.csproj
+++ b/FizzyLauncher.csproj
@@ -159,6 +159,7 @@
+
diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index ef64037..1ebeada 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -19,7 +19,7 @@ namespace AppLauncher.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -63,9 +63,9 @@ namespace AppLauncher.Properties {
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
- internal static System.Drawing.Bitmap app_icon_24 {
+ internal static System.Drawing.Bitmap app_icon_32 {
get {
- object obj = ResourceManager.GetObject("app_icon_24", resourceCulture);
+ object obj = ResourceManager.GetObject("app_icon_32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index c4c3cc9..750ed54 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -118,8 +118,8 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ..\Resources\app_icon_24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\app_icon_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\folder_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
diff --git a/Resources/app_icon_32.png b/Resources/app_icon_32.png
new file mode 100644
index 0000000..51e5f0d
Binary files /dev/null and b/Resources/app_icon_32.png differ