We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e703153 commit 735af59Copy full SHA for 735af59
1 file changed
src/Basescape/NewManufactureListState.cpp
@@ -48,7 +48,7 @@ NewManufactureListState::NewManufactureListState(Base *base) : _base(base)
48
{
49
_screen = false;
50
51
- _window = new Window(this, 320, 156, 0, 20, POPUP_BOTH);
+ _window = new Window(this, 320, 156, 0, 22, POPUP_BOTH);
52
_btnOk = new TextButton(304, 16, 8, 154);
53
_txtTitle = new Text(320, 17, 0, 30);
54
_txtItem = new Text(156, 9, 10, 62);
0 commit comments