summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/make_signer_chain_dialog.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/make_signer_chain_dialog.cc b/src/wx/make_signer_chain_dialog.cc
index 8736f2456..5211fa547 100644
--- a/src/wx/make_signer_chain_dialog.cc
+++ b/src/wx/make_signer_chain_dialog.cc
@@ -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);
}