Skip to content

Commit fef04e4

Browse files
committed
Fix manufacture scrolling issue
1 parent 8e0e58d commit fef04e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Basescape/ManufactureState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ManufactureState::ManufactureState(Base *base) : _base(base)
5656
_txtProduced = new Text(56, 18, 168, 44);
5757
_txtCost = new Text(44, 27, 222, 44);
5858
_txtTimeLeft = new Text(60, 27, 260, 44);
59-
_lstManufacture = new TextList(288, 90, 8, 80);
59+
_lstManufacture = new TextList(288, 88, 8, 80);
6060

6161
// Set palette
6262
setInterface("manufactureMenu");

0 commit comments

Comments
 (0)