[Fix] Aligned ship information properly in panel.
This commit is contained in:
parent
39c99a064f
commit
9aa025e812
@ -240,7 +240,7 @@ void ship_view(char* shipname) {
|
|||||||
wid = window_create(shipname, -1, -1, VIEW_WIDTH, VIEW_HEIGHT);
|
wid = window_create(shipname, -1, -1, VIEW_WIDTH, VIEW_HEIGHT);
|
||||||
s = ship_get(shipname);
|
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,
|
0, "txtLabel", &gl_smallFont, &cDConsole,
|
||||||
"Name:\n"
|
"Name:\n"
|
||||||
"Class:\n"
|
"Class:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user