Skip to content

Commit b3918ef

Browse files
committed
move sort combobox to bottom of craft soldiers
1 parent 9082023 commit b3918ef

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/Basescape/CraftSoldiersState.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ CraftSoldiersState::CraftSoldiersState(Base *base, size_t craft)
100100
{
101101
// Create objects
102102
_window = new Window(this, 320, 200, 0, 0);
103-
_btnOk = new TextButton(288, 16, 16, 176);
103+
_btnOk = new TextButton(148, 16, 164, 176);
104104
_txtTitle = new Text(300, 17, 16, 7);
105-
_txtName = new Text(114, 9, 16, 52);
106-
_txtRank = new Text(102, 9, 122, 52);
107-
_txtCraft = new Text(84, 9, 224, 52);
108-
_txtAvailable = new Text(110, 9, 16, 44);
109-
_txtUsed = new Text(110, 9, 122, 44);
110-
_cbxSortBy = new ComboBox(this, 148, 16, 16, 24);
111-
_lstSoldiers = new TextList(288, 112, 8, 60);
105+
_txtName = new Text(114, 9, 16, 32);
106+
_txtRank = new Text(102, 9, 122, 32);
107+
_txtCraft = new Text(84, 9, 224, 32);
108+
_txtAvailable = new Text(110, 9, 16, 24);
109+
_txtUsed = new Text(110, 9, 122, 24);
110+
_cbxSortBy = new ComboBox(this, 148, 16, 8, 176);
111+
_lstSoldiers = new TextList(288, 128, 8, 40);
112112

113113
// Set palette
114114
setInterface("craftSoldiers");

0 commit comments

Comments
 (0)