diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-17 10:33:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-17 10:33:26 +0000 |
| commit | 7e2a35e50f8cc0783a59c152e82df0be05db07e9 (patch) | |
| tree | baacba3d3c02436940f7b674750be7e67d158530 | |
| parent | ba6c93aab4cc43d62f6becc62485d982af7f4a3f (diff) | |
Fix layout.
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 3d1af1077..fe3056044 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -697,7 +697,7 @@ public: _button_sizer = new wxBoxSizer (wxHORIZONTAL); _remake_certificates = new wxButton (this, wxID_ANY, _("Re-make certificates and key...")); _button_sizer->Add (_remake_certificates, 1, wxRIGHT, border); - table->Add (_button_sizer, wxGBPosition (r, 0), wxGBSpan (1, 3)); + table->Add (_button_sizer, wxGBPosition (r, 0), wxGBSpan (1, 4)); ++r; _add_certificate->Bind (wxEVT_COMMAND_BUTTON_CLICKED, boost::bind (&CertificateChainEditor::add_certificate, this)); |
