From 797dc5ccaeaba58a66be9d21e5154bf6b9561677 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 27 Jul 2003 22:51:31 +0000 Subject: [PATCH] oops, stuff_view 1 cell too narrow --- nq/source/sbar.c | 2 +- qw/source/sbar.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nq/source/sbar.c b/nq/source/sbar.c index a5aa7f49a..5de713d93 100644 --- a/nq/source/sbar.c +++ b/nq/source/sbar.c @@ -1519,7 +1519,7 @@ init_views (void) overlay_view->draw = draw_overlay; overlay_view->visible = 0; - stuff_view = view_new (0, 48, 144, 16, grav_southwest); + stuff_view = view_new (0, 48, 152, 16, grav_southwest); stuff_view->draw = draw_stuff; if (con_module) { diff --git a/qw/source/sbar.c b/qw/source/sbar.c index 1cd1c5d42..17a43db38 100644 --- a/qw/source/sbar.c +++ b/qw/source/sbar.c @@ -1858,7 +1858,7 @@ init_views (void) overlay_view->draw = draw_overlay; overlay_view->visible = 0; - stuff_view = view_new (0, 48, 144, 16, grav_southwest); + stuff_view = view_new (0, 48, 152, 16, grav_southwest); stuff_view->draw = draw_stuff; if (con_module) {