From: Carl Hetherington Date: Tue, 7 Dec 2021 21:28:02 +0000 (+0100) Subject: Use less vertical height for the logging checkboxes. X-Git-Tag: checked-for-v2.16.x~53 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=0063136a20a2a85ec38c415e4c41377f7342690f;p=dcpomatic.git Use less vertical height for the logging checkboxes. --- diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 039ef2295..ef13314c3 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -1426,7 +1426,7 @@ private: { add_top_aligned_label_to_sizer (table, _panel, _("Log")); - auto t = new wxBoxSizer (wxVERTICAL); + auto t = new wxFlexGridSizer (2); _log_general = new CheckBox (_panel, _("General")); t->Add (_log_general, 1, wxEXPAND | wxALL); _log_warning = new CheckBox (_panel, _("Warnings"));