Skip to content

Commit e703153

Browse files
committed
Nudged everything down 8 pixels, 'cuz SupSuper said so.
1 parent 0ea733f commit e703153

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/Basescape/NewManufactureListState.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ NewManufactureListState::NewManufactureListState(Base *base) : _base(base)
4848
{
4949
_screen = false;
5050

51-
_window = new Window(this, 320, 156, 0, 14, POPUP_BOTH);
52-
_btnOk = new TextButton(304, 16, 8, 146);
53-
_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, 152, 16, 160, 38);
51+
_window = new Window(this, 320, 156, 0, 20, 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);
55+
_txtCategory = new Text(130, 9, 166, 62);
56+
_lstManufacture = new TextList(288, 80, 8, 70);
57+
_cbxCategory = new ComboBox(this, 152, 16, 160, 46);
5858

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

0 commit comments

Comments
 (0)