Fix layout.
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 10:33:26 +0000 (10:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 10:33:26 +0000 (10:33 +0000)
src/wx/config_dialog.cc

index 3d1af1077eeba2c5ca1101974e9ea0898d26282b..fe305604418dcf5b724b64fe206c66fe6cd47775 100644 (file)
@@ -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));