Use less vertical height for the logging checkboxes.
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Dec 2021 21:28:02 +0000 (22:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Jan 2022 21:37:07 +0000 (22:37 +0100)
src/wx/full_config_dialog.cc

index d3ca1c99478c26b6589c155b7d478074f61912bc..eba81507c7526b8af79bebf4dd92115c270cc318 100644 (file)
@@ -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"));