Apply 9d49a592519fc7f0141e2a1a9fee0043776952ac; fix drag-and-drop and sort image...
[dcpomatic.git] / src / wx / make_signer_chain_dialog.cc
index 8736f2456b489fadf57711a409083afed62b7357..5211fa5476c7211687e22ddbbbe1d100b00b5b4e 100644 (file)
@@ -32,4 +32,8 @@ MakeSignerChainDialog::MakeSignerChainDialog (wxWindow* parent)
        add (_intermediate_common_name = new wxTextCtrl (this, wxID_ANY));
        add (_("Leaf common name"), true);
        add (_leaf_common_name = new wxTextCtrl (this, wxID_ANY));
+
+       layout ();
+
+       SetSize (640, -1);
 }