Cut down certificate list height a bit.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2015 19:56:32 +0000 (20:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2015 19:56:32 +0000 (20:56 +0100)
src/wx/config_dialog.cc

index aabaa0fba45d742b42afd08c2583caf5d1835925..eac6d476f16aacb906dd51f0718968d4247f7a3b 100644 (file)
@@ -585,7 +585,7 @@ public:
                wxBoxSizer* certificates_sizer = new wxBoxSizer (wxHORIZONTAL);
                sizer->Add (certificates_sizer, 0, wxLEFT | wxRIGHT, border);
 
-               _certificates = new wxListCtrl (this, wxID_ANY, wxDefaultPosition, wxSize (400, 200), wxLC_REPORT | wxLC_SINGLE_SEL);
+               _certificates = new wxListCtrl (this, wxID_ANY, wxDefaultPosition, wxSize (400, 150), wxLC_REPORT | wxLC_SINGLE_SEL);
 
                {
                        wxListItem ip;