summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-08 12:08:57 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-08 12:08:57 +0000
commita6e7413f61565306d771942fe60e89e3007f7670 (patch)
treedc1a291ec6e6b6b42c202b69f1a09e5654af818a /src
parent248e26db448f5304ad821b36882c1dd4630f88e9 (diff)
Fix signer chain dialog layout.
Diffstat (limited to 'src')
-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);
}