[Fix] Aligned ship information properly in panel.

This commit is contained in:
Allanis 2013-02-27 17:39:20 +00:00
parent 39c99a064f
commit 9aa025e812

View File

@ -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"