Fix padding.
authorCarl Hetherington <cth@carlh.net>
Wed, 12 Mar 2025 19:01:52 +0000 (20:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 12 Mar 2025 19:01:52 +0000 (20:01 +0100)
src/wx/keys_preferences_page.cc

index 91112ca536966af63a8e01bcccd9371ce11972a4..b8bb8e2dc79480dac2dd9cab477818e2848b78d9 100644 (file)
@@ -109,7 +109,7 @@ KeysPage::setup()
        auto remake_signing = new Button(_panel, _("Re-make certificates and key..."));
        signing_buttons->Add(remake_signing, 0, wxBOTTOM, DCPOMATIC_BUTTON_STACK_GAP);
 
-       sizer->Add(signing_buttons, 0, wxLEFT, _border);
+       sizer->Add(signing_buttons, 0, wxLEFT | wxBOTTOM, _border);
 
        signing_advanced->Bind(wxEVT_BUTTON, bind(&KeysPage::signing_advanced, this));
        remake_signing->Bind(wxEVT_BUTTON, bind(&KeysPage::remake_signing, this));