[Fix] Fixed shipyard text description dimensions.
This commit is contained in:
parent
b39876bb2b
commit
a82f431cd4
@ -567,8 +567,8 @@ static void shipyard_open(void) {
|
|||||||
130, 96, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL);
|
130, 96, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL);
|
||||||
|
|
||||||
|
|
||||||
window_addText(wid, 20+300+40, -160,
|
window_addText(wid, 20+310+40, -175,
|
||||||
SHIPYARD_WIDTH-300, 200, 0, "txtDescription",
|
SHIPYARD_WIDTH-(20+310+40) - 20, 185, 0, "txtDescription",
|
||||||
&gl_smallFont, NULL, NULL);
|
&gl_smallFont, NULL, NULL);
|
||||||
|
|
||||||
/* Setup the ships to buy/sell. */
|
/* Setup the ships to buy/sell. */
|
||||||
|
Loading…
Reference in New Issue
Block a user