summaryrefslogtreecommitdiff
path: root/src/wx/gain_calculator_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-22 18:17:10 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-22 18:17:10 +0100
commit7333d9ee1ff505cbd635cbca23c83656a705a4a4 (patch)
tree399713dcc18951071c2d173ac874839b6b136bbc /src/wx/gain_calculator_dialog.cc
parent71cccda37e357b9191a9f1576beaff86ea803024 (diff)
Improve spacing of dialogues.
Diffstat (limited to 'src/wx/gain_calculator_dialog.cc')
-rw-r--r--src/wx/gain_calculator_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gain_calculator_dialog.cc b/src/wx/gain_calculator_dialog.cc
index 431a4672d..fcd54d4cf 100644
--- a/src/wx/gain_calculator_dialog.cc
+++ b/src/wx/gain_calculator_dialog.cc
@@ -38,7 +38,7 @@ GainCalculatorDialog::GainCalculatorDialog (wxWindow* parent)
table->Add (_actual, 1, wxEXPAND);
wxBoxSizer* overall_sizer = new wxBoxSizer (wxVERTICAL);
- overall_sizer->Add (table, 1, wxEXPAND);
+ overall_sizer->Add (table, 1, wxEXPAND | wxALL, 6);
wxSizer* buttons = CreateSeparatedButtonSizer (wxOK);
if (buttons) {