summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-12-07 22:28:02 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-18 22:30:36 +0100
commit0063136a20a2a85ec38c415e4c41377f7342690f (patch)
treed09a0ddea9f820d79a7e253df7ed2d9aea4ef515 /src/wx
parent4a6ed3ed84bcb09e0a8dcadb2df0c1db41851edc (diff)
Use less vertical height for the logging checkboxes.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/full_config_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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"));