Snap content to reel_split_points.
[dcpomatic.git] / src / wx / gain_calculator_dialog.cc
index 133d84c21719cfa30b0718898636987f3f43a5ce..a840aebef4ad7a64f94691f3ed6461fe7bc45f1d 100644 (file)
@@ -24,7 +24,7 @@
 using namespace boost;
 
 GainCalculatorDialog::GainCalculatorDialog (wxWindow* parent)
-       : TableDialog (parent, _("Gain Calculator"), 2, true)
+       : TableDialog (parent, _("Gain Calculator"), 2, 1, true)
 {
        add (_("I want to play this back at fader"), true);
        _wanted = add (new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, wxDefaultSize, 0, wxTextValidator (wxFILTER_NUMERIC)));