Skip to content

Commit 4e57f27

Browse files
committed
removed unnecessary padding from processBox
1 parent 7fc1ac5 commit 4e57f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class EditAppDialog : public wxDialog {
286286
addSizer->Add(addButton, 0, wxALL, 5);
287287
addSizer->Add(removeButton, 0, wxALL, 5);
288288
processBox->Add(addSizer, 0, wxEXPAND);
289-
mainSizer->Add(processBox, 1, wxALL | wxEXPAND, 5);
289+
mainSizer->Add(processBox, 1, wxALL | wxEXPAND);
290290

291291
SetSizerAndFit(mainSizer);
292292
Centre();

0 commit comments

Comments
 (0)