Win32 - Debugger - widen scoll bar slightly

This commit is contained in:
adelikat 2009-11-04 18:33:15 +00:00
parent 7fdba079ca
commit a70a2bc965
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ CAPTION "6502 Debugger"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
EDITTEXT IDC_DEBUGGER_DISASSEMBLY,15,6,318,300,ES_MULTILINE | ES_READONLY | WS_HSCROLL
SCROLLBAR IDC_DEBUGGER_DISASSEMBLY_VSCR,336,6,8,300,SBS_VERT
SCROLLBAR IDC_DEBUGGER_DISASSEMBLY_VSCR,336,6,10,300,SBS_VERT
GROUPBOX "Status Flags",401,430,151,104,38,WS_TABSTOP
CONTROL "N",IDC_DEBUGGER_FLAG_N,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,435,163,22,12
CONTROL "V",IDC_DEBUGGER_FLAG_V,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,460,163,22,12