summaryrefslogtreecommitdiff
path: root/src/wx/job_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-08 20:59:32 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-08 20:59:32 +0100
commit5671b643ef0e935563bf4cc89efd640d592d1f86 (patch)
tree847668d512a4e0a0b3af13503cae0b1836b8db24 /src/wx/job_view.cc
parente06d1831abc6786933db935f298c8a4e8e76e599 (diff)
Assorted macOS layout tweaks.
Diffstat (limited to 'src/wx/job_view.cc')
-rw-r--r--src/wx/job_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/job_view.cc b/src/wx/job_view.cc
index 03ade7598..4f925873d 100644
--- a/src/wx/job_view.cc
+++ b/src/wx/job_view.cc
@@ -83,7 +83,7 @@ JobView::setup ()
_notify = new CheckBox (_container, _("Notify when complete"));
_notify->Bind (wxEVT_CHECKBOX, bind (&JobView::notify_clicked, this));
_notify->SetValue (Config::instance()->default_notify());
- _controls->Add (_notify);
+ _controls->Add (_notify, 0, wxTOP, DCPOMATIC_BUTTON_STACK_GAP);
_table->Insert (n, _controls, 1, wxALIGN_CENTER_VERTICAL | wxALL, 3);