Skip to content

Commit

Permalink
Add Blank background
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCarbon committed Jul 17, 2023
1 parent 9e3075e commit 246404a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions SBRW.Launcher.Core.Theme/Image_Background.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ public class Image_Background
/// <summary>
///
/// </summary>
public static Image Settings { get; set; } = Image_Converter.Value(Properties.Resources.Background_Settings);
public static Image Settings { get; set; } = Image_Converter.Value(Properties.Resources.Background_Blank);
/// <summary>
///
/// </summary>
public static Image User_XML_Settings { get; set; } = Image_Converter.Value(Properties.Resources.Background_USXE);
/// <summary>
///
/// </summary>
public static Image Splash { get; set; } = Image_Converter.Value(Properties.Resources.Background_Splash);
public static Image Splash { get; set; } = Image_Converter.Value(Properties.Resources.Background_Blank);
}
}
#endif
20 changes: 10 additions & 10 deletions SBRW.Launcher.Core.Theme/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions SBRW.Launcher.Core.Theme/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Background_Blank" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Backgrounds\Background_Blank.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Background_Login" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Backgrounds\Background_Login.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
Expand All @@ -130,9 +133,6 @@
<data name="Background_Social" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Backgrounds\Background_Social.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Background_Splash" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Backgrounds\Background_Splash.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Background_USXE" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Backgrounds\Background_USXE.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SBRW.Launcher.Core.Theme/SBRW.Launcher.Core.Theme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net6.0-windows;net45</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.1.7</Version>
<Version>0.2.2</Version>
<Authors>Soapbox Race World - Launcher Division</Authors>
<Company>Soapbox Race World</Company>
<Description>A Game Launchers Theme Library built within .NET Standard-Framework</Description>
Expand Down

0 comments on commit 246404a

Please sign in to comment.