From: Carl Hetherington Date: Sun, 5 Feb 2023 15:53:58 +0000 (+0100) Subject: Slightly improve alignment (still not right though). X-Git-Tag: v2.16.43~26 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=aeea3b5b99e0ce3a4491a16e6cb1588b70873cf2;p=dcpomatic.git Slightly improve alignment (still not right though). --- 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"));