From a78317c4858c928675d12a209b78eb5b51bf50ed Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 19 Oct 2008 17:16:45 +0000 Subject: [PATCH] Win32 - added maximize button to the debugger window --- src/drivers/win/res.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/win/res.rc b/src/drivers/win/res.rc index 0244ee0f..061661d3 100644 --- a/src/drivers/win/res.rc +++ b/src/drivers/win/res.rc @@ -841,7 +841,7 @@ BEGIN END DEBUGGER DIALOGEX 54, 74, 548, 305 -STYLE DS_SETFONT | DS_3DLOOK | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME +STYLE DS_SETFONT | DS_3DLOOK | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "6502 Debugger" FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN