Slightly improve alignment (still not right though).
authorCarl Hetherington <cth@carlh.net>
Sun, 5 Feb 2023 15:53:58 +0000 (16:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Feb 2023 15:53:58 +0000 (16:53 +0100)
src/wx/full_config_dialog.cc

index 7aea87c73ddeb8438150e40e9578ace618e60d7c..b7f87fe7a27a579b23a2462ef96cfca8ffab3d08 100644 (file)
@@ -1556,7 +1556,7 @@ private:
                _allow_any_container = new CheckBox (_panel, _("Allow full-frame and non-standard container ratios"));
                table->Add (_allow_any_container, 1, wxEXPAND | wxLEFT, DCPOMATIC_SIZER_GAP);
                restart = new StaticText (_panel, _("(restart DCP-o-matic to see all ratios)"));
-               table->Add (restart, 1, wxEXPAND | wxALL | wxALIGN_CENTRE_VERTICAL);
+               table->Add(restart, 1, wxALIGN_CENTRE_VERTICAL | wxBOTTOM, DCPOMATIC_CHECKBOX_BOTTOM_PAD);
                restart->SetFont (font);
 
                _allow_96khz_audio = new CheckBox (_panel, _("Allow creation of DCPs with 96kHz audio"));