Add icon intended for the Log Window
Not wired up. .ico generation with ImageMagick: `magick convert icon.png -define icon:auto-resize="48,32,16" icon.ico`
This commit is contained in:
parent
59baedbc64
commit
da844c8eee
|
@ -112,6 +112,8 @@ namespace BizHawk.Client.EmuHawk.Properties
|
|||
internal static readonly Bitmap LightOn = ReadEmbeddedBitmap("LightOn");
|
||||
internal static readonly Bitmap LoadConfig = ReadEmbeddedBitmap("LoadConfig");
|
||||
internal static readonly Icon logo = ReadEmbeddedIcon("logo");
|
||||
internal static readonly Icon log_window_MultiSize = ReadEmbeddedIcon("log_window");
|
||||
internal static readonly Bitmap log_window = ReadEmbeddedBitmap("log_window");
|
||||
internal static readonly Bitmap Lua = ReadEmbeddedBitmap("Lua");
|
||||
internal static readonly Bitmap luaPictureBox = ReadEmbeddedBitmap("luaPictureBox");
|
||||
internal static readonly Bitmap mame = ReadEmbeddedBitmap("mame");
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue