From 9aa025e812df0c8e1be73420f6416c7b65aa2329 Mon Sep 17 00:00:00 2001 From: Allanis Date: Wed, 27 Feb 2013 17:39:20 +0000 Subject: [PATCH] [Fix] Aligned ship information properly in panel. --- src/ship.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ship.c b/src/ship.c index 346456e..dfe5a5d 100644 --- a/src/ship.c +++ b/src/ship.c @@ -240,7 +240,7 @@ void ship_view(char* shipname) { wid = window_create(shipname, -1, -1, VIEW_WIDTH, VIEW_HEIGHT); s = ship_get(shipname); - window_addText(wid, 20, 0, 100, VIEW_HEIGHT-30, + window_addText(wid, 20, 0, 100, VIEW_HEIGHT-40, 0, "txtLabel", &gl_smallFont, &cDConsole, "Name:\n" "Class:\n"