X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fcinema_dialog.cc;h=a54dd733577b00b4e45a0bb62e4b5ac2de7eef27;hb=3b932abd0c7634483911e1d5361e12b2d094ae6f;hp=782481d54f6e332c299fdb908750d7769cc16911;hpb=854f2e5bbb7ffb9758b823af87034033033f3cb8;p=dcpomatic.git diff --git a/src/wx/cinema_dialog.cc b/src/wx/cinema_dialog.cc index 782481d54..a54dd7335 100644 --- a/src/wx/cinema_dialog.cc +++ b/src/wx/cinema_dialog.cc @@ -23,7 +23,7 @@ using std::string; CinemaDialog::CinemaDialog (wxWindow* parent, string title, string name, string email) - : TableDialog (parent, std_to_wx (title), 2, true) + : TableDialog (parent, std_to_wx (title), 2, 1, true) { add (_("Name"), true); _name = add (new wxTextCtrl (this, wxID_ANY, std_to_wx (name), wxDefaultPosition, wxSize (256, -1)));