Skip to content

Commit dcc2e72

Browse files
committed
Last time I adjust the position, I swear.
1 parent 735af59 commit dcc2e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Basescape/NewManufactureListState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ NewManufactureListState::NewManufactureListState(Base *base) : _base(base)
5454
_txtItem = new Text(156, 9, 10, 62);
5555
_txtCategory = new Text(130, 9, 166, 62);
5656
_lstManufacture = new TextList(288, 80, 8, 70);
57-
_cbxCategory = new ComboBox(this, 152, 16, 160, 46);
57+
_cbxCategory = new ComboBox(this, 146, 16, 166, 46);
5858

5959
// Set palette
6060
setPalette("PAL_BASESCAPE", 6);

0 commit comments

Comments
 (0)