From a6e7413f61565306d771942fe60e89e3007f7670 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Jan 2015 12:08:57 +0000 Subject: [PATCH] Fix signer chain dialog layout. --- src/wx/make_signer_chain_dialog.cc | 4 ++++ 1 file changed, 4 insertions(+) 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); } -- 2.30.2