swaroop: move previous button.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Dec 2018 22:07:59 +0000 (22:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Dec 2018 22:07:59 +0000 (22:07 +0000)
src/wx/swaroop_controls.cc

index a32e50a21eccd95778957733ff9b8fb5d3f7c973..f38fd33432a2ca1a8a4047242bca98eae6ac273e 100644 (file)
@@ -48,11 +48,11 @@ SwaroopControls::SwaroopControls (wxWindow* parent, shared_ptr<FilmViewer> viewe
        , _current_disable_timeline (false)
        , _current_disable_next_previous (false)
 {
+       _button_sizer->Add (_previous_button, 0, wxEXPAND);
        _button_sizer->Add (_play_button, 0, wxEXPAND);
        _button_sizer->Add (_pause_button, 0, wxEXPAND);
        _button_sizer->Add (_stop_button, 0, wxEXPAND);
        _button_sizer->Add (_next_button, 0, wxEXPAND);
-       _button_sizer->Add (_previous_button, 0, wxEXPAND);
 
        _spl_view = new wxListCtrl (this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_REPORT | wxLC_NO_HEADER);
        _spl_view->AppendColumn (wxT(""), wxLIST_FORMAT_LEFT, 740);