From 808e3feedb672c9a69830e0011a4fc79d16613f6 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Sat, 10 Nov 2018 16:49:27 +0000 Subject: Fix missing background Image - Remove transparency from pcsxr.bmp - resize window to match new image dimensions --- win32/gui/WndMain.c | 4 ++-- win32/gui/pcsxr.bmp | Bin 455418 -> 455334 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/gui/WndMain.c b/win32/gui/WndMain.c index 14921890..67e29ef3 100644 --- a/win32/gui/WndMain.c +++ b/win32/gui/WndMain.c @@ -1912,8 +1912,8 @@ void CreateMainWindow(int nCmdShow) { WS_CAPTION | WS_POPUPWINDOW | WS_MINIMIZEBOX, CW_USEDEFAULT, 0, - 360, - 248, + 426, + 314, NULL, NULL, gApp.hInstance, diff --git a/win32/gui/pcsxr.bmp b/win32/gui/pcsxr.bmp index 48004c2d..0991aead 100644 Binary files a/win32/gui/pcsxr.bmp and b/win32/gui/pcsxr.bmp differ -- cgit v1.2.3