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: v2.15.187~8 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=bfcfda264d12e42facce6f59e7cada9574ca7f2e 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 d3ca1c994..eba81507c 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -1425,7 +1425,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"));