diff options
| author | 2010-07-06 17:30:28 +0000 | |
|---|---|---|
| committer | 2010-07-06 17:30:28 +0000 | |
| commit | 30662dcdef8997e7c993acdcf557f32cd18d49e1 (patch) | |
| tree | d08d52374a8ee4db0edc3ba0e86bf6ba7dbb73f5 /src/osd/windows/debugwin.c | |
| parent | bcd97e988006c46c8c42bb7e2b104e29c205ccf2 (diff) | |
Cleanups and version bump.mame0138u3
Diffstat (limited to 'src/osd/windows/debugwin.c')
| -rw-r--r-- | src/osd/windows/debugwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/debugwin.c b/src/osd/windows/debugwin.c index 23dce31ac0b..5ad8e80b431 100644 --- a/src/osd/windows/debugwin.c +++ b/src/osd/windows/debugwin.c @@ -2425,7 +2425,7 @@ void console_create_window(running_machine *machine) // set the view and fetch the width info->view[0].view->set_source(*source); dischars = info->view[0].view->total_size().x; - + // compute the preferred width minwidth = EDGE_WIDTH + main_console_regwidth * debug_font_width + vscroll_width + 2 * EDGE_WIDTH + 100 + EDGE_WIDTH; maxwidth = EDGE_WIDTH + main_console_regwidth * debug_font_width + vscroll_width + 2 * EDGE_WIDTH + MAX(dischars, conchars) * debug_font_width + vscroll_width + EDGE_WIDTH; |
