summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/controls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index f8bd7eeb9..0bb0960c8 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -108,7 +108,7 @@ Controls::Controls(wxWindow* parent, FilmViewer& viewer, bool editor_controls)
h_sizer->Add (_forward_button, 0, wxALL | wxALIGN_CENTER_VERTICAL, 2);
_button_sizer = new wxBoxSizer (wxHORIZONTAL);
- h_sizer->Add (_button_sizer, 0, wxEXPAND);
+ h_sizer->Add(_button_sizer, 0, wxEXPAND | wxRIGHT, DCPOMATIC_SIZER_GAP);
{
auto box = new wxBoxSizer (wxVERTICAL);