We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0e58d commit fef04e4Copy full SHA for fef04e4
1 file changed
src/Basescape/ManufactureState.cpp
@@ -56,7 +56,7 @@ ManufactureState::ManufactureState(Base *base) : _base(base)
56
_txtProduced = new Text(56, 18, 168, 44);
57
_txtCost = new Text(44, 27, 222, 44);
58
_txtTimeLeft = new Text(60, 27, 260, 44);
59
- _lstManufacture = new TextList(288, 90, 8, 80);
+ _lstManufacture = new TextList(288, 88, 8, 80);
60
61
// Set palette
62
setInterface("manufactureMenu");
0 commit comments