summaryrefslogtreecommitdiff
path: root/src/wx/gain_calculator_dialog.cc
diff options
context:
space:
mode:
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 22e6b447a..5a8dc8433 100644
--- a/src/wx/gain_calculator_dialog.cc
+++ b/src/wx/gain_calculator_dialog.cc
@@ -26,7 +26,7 @@ using namespace boost;
GainCalculatorDialog::GainCalculatorDialog (wxWindow* parent)
: wxDialog (parent, wxID_ANY, _("Gain Calculator"))
{
- wxFlexGridSizer* table = new wxFlexGridSizer (2, 6, 6);
+ wxFlexGridSizer* table = new wxFlexGridSizer (2, DVDOMATIC_SIZER_X_GAP, DVDOMATIC_SIZER_Y_GAP);
table->AddGrowableCol (1, 1);
add_label_to_sizer (table, this, _("I want to play this back at fader"));