Use less vertical height for the logging checkboxes.
[dcpomatic.git] / 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"));