1 parent 1ec0478 commit 0ea733fCopy full SHA for 0ea733f
1 file changed
src/Basescape/NewManufactureListState.cpp
@@ -48,13 +48,13 @@ NewManufactureListState::NewManufactureListState(Base *base) : _base(base)
48
{
49
_screen = false;
50
51
- _window = new Window(this, 320, 140, 0, 30, POPUP_BOTH);
+ _window = new Window(this, 320, 156, 0, 14, POPUP_BOTH);
52
_btnOk = new TextButton(304, 16, 8, 146);
53
- _txtTitle = new Text(156, 17, 10, 38);
+ _txtTitle = new Text(320, 17, 0, 22);
54
_txtItem = new Text(156, 9, 10, 54);
55
_txtCategory = new Text(130, 9, 166, 54);
56
_lstManufacture = new TextList(288, 80, 8, 62);
57
- _cbxCategory = new ComboBox(this, 130, 16, 166, 38);
+ _cbxCategory = new ComboBox(this, 152, 16, 160, 38);
58
59
// Set palette
60
setPalette("PAL_BASESCAPE", 6);
0 commit comments