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:30:36 +0000 (22:30 +0100)
src/wx/full_config_dialog.cc

index 039ef229508023fbaab42b0231fa21d7144ecf88..ef13314c3e0d1fcf77499e7b3aa5424b8c34e27e 100644 (file)
@@ -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"));