From 0063136a20a2a85ec38c415e4c41377f7342690f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Dec 2021 22:28:02 +0100 Subject: [PATCH] Use less vertical height for the logging checkboxes. --- src/wx/full_config_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.30.2