Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234). v2.15.36
authorCarl Hetherington <cth@carlh.net>
Wed, 20 Nov 2019 11:57:13 +0000 (12:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 20 Nov 2019 11:57:13 +0000 (12:57 +0100)
src/wx/controls.cc

index a3360b262c29beb0856c492052793f65be5df307..b173b43ff6c68ac6bc9817414a7cb55baf112eb5 100644 (file)
@@ -93,8 +93,8 @@ Controls::Controls (wxWindow* parent, shared_ptr<FilmViewer> viewer, bool editor
        time_sizer->Add (_timecode, 0, wxEXPAND);
 
        h_sizer->Add (_rewind_button, 0, wxALL, 2);
        time_sizer->Add (_timecode, 0, wxEXPAND);
 
        h_sizer->Add (_rewind_button, 0, wxALL, 2);
-       h_sizer->Add (_back_button, 0, wxALL, 2);
        h_sizer->Add (time_sizer, 0, wxEXPAND);
        h_sizer->Add (time_sizer, 0, wxEXPAND);
+       h_sizer->Add (_back_button, 0, wxALL, 2);
        h_sizer->Add (_forward_button, 0, wxALL, 2);
 
        _button_sizer = new wxBoxSizer (wxHORIZONTAL);
        h_sizer->Add (_forward_button, 0, wxALL, 2);
 
        _button_sizer = new wxBoxSizer (wxHORIZONTAL);