We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc1ac5 commit 4e57f27Copy full SHA for 4e57f27
1 file changed
src/main.cpp
@@ -286,7 +286,7 @@ class EditAppDialog : public wxDialog {
286
addSizer->Add(addButton, 0, wxALL, 5);
287
addSizer->Add(removeButton, 0, wxALL, 5);
288
processBox->Add(addSizer, 0, wxEXPAND);
289
- mainSizer->Add(processBox, 1, wxALL | wxEXPAND, 5);
+ mainSizer->Add(processBox, 1, wxALL | wxEXPAND);
290
291
SetSizerAndFit(mainSizer);
292
Centre();
0 commit comments