Fix signer chain dialog layout.
authorCarl Hetherington <cth@carlh.net>
Thu, 8 Jan 2015 12:08:57 +0000 (12:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 8 Jan 2015 12:08:57 +0000 (12:08 +0000)
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);
 }