Update for TableDialog constructor change.
[dcpomatic.git] / src / wx / key_dialog.cc
index d8005a600bdaaf1e320dfec32969814afdac40a0..2062a2341aa060f75aa4fac62b029b880b4ae487 100644 (file)
@@ -24,7 +24,7 @@
 using std::cout;
 
 KeyDialog::KeyDialog (wxWindow* parent, dcp::Key key)
-       : TableDialog (parent, _("Key"), 3, true)
+       : TableDialog (parent, _("Key"), 3, 1, true)
 {
        add (_("Key"), true);