diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-08 20:59:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-08 20:59:32 +0100 |
| commit | 5671b643ef0e935563bf4cc89efd640d592d1f86 (patch) | |
| tree | 847668d512a4e0a0b3af13503cae0b1836b8db24 /src/wx/kdm_cpl_panel.cc | |
| parent | e06d1831abc6786933db935f298c8a4e8e76e599 (diff) | |
Assorted macOS layout tweaks.
Diffstat (limited to 'src/wx/kdm_cpl_panel.cc')
| -rw-r--r-- | src/wx/kdm_cpl_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_cpl_panel.cc b/src/wx/kdm_cpl_panel.cc index 241b3880c..88c73ed11 100644 --- a/src/wx/kdm_cpl_panel.cc +++ b/src/wx/kdm_cpl_panel.cc @@ -43,7 +43,7 @@ KDMCPLPanel::KDMCPLPanel (wxWindow* parent, vector<CPLSummary> cpls) _cpl = new wxChoice (this, wxID_ANY); s->Add (_cpl, 1, wxEXPAND); _cpl_browse = new Button (this, _("Browse...")); - s->Add (_cpl_browse, 0, wxALIGN_CENTER_VERTICAL); + s->Add (_cpl_browse, 0, wxLEFT | wxALIGN_CENTER_VERTICAL, DCPOMATIC_SIZER_X_GAP); vertical->Add (s, 0, wxEXPAND | wxTOP, DCPOMATIC_SIZER_GAP + 2); /* CPL details */ |
