From aeea3b5b99e0ce3a4491a16e6cb1588b70873cf2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 Feb 2023 16:53:58 +0100 Subject: Slightly improve alignment (still not right though). --- src/wx/full_config_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 7aea87c73..b7f87fe7a 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -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")); -- cgit v1.2.3