Move video frame rate ('prepared-for') into Content.
[dcpomatic.git] / src / wx / audio_gain_dialog.cc
index 75a993d8c4df4b0a4006e24cc43de2f4de129b23..fddf671485be95cb5433efb6e5c878f1e234fafa 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx_util.h"
 
 AudioGainDialog::AudioGainDialog (wxWindow* parent, int c, int d, float v)
-       : TableDialog (parent, _("Channel gain"), 3, true)
+       : TableDialog (parent, _("Channel gain"), 3, 1, true)
 {
        add (wxString::Format (_("Gain for content channel %d in DCP channel %d"), c + 1, d + 1), false);
        _gain = add (new wxSpinCtrlDouble (this));