diff -r f0395d8110c8 src/hugin1/stitch_project/hugin_stitch_project.cpp --- a/src/hugin1/stitch_project/hugin_stitch_project.cpp Sun Sep 04 19:08:14 2022 +0200 +++ b/src/hugin1/stitch_project/hugin_stitch_project.cpp Fri Sep 16 16:47:22 2022 +0200 @@ -109,7 +109,7 @@ #endif bottomsizer->Add(m_progress, 1, wxEXPAND | wxALL, 10); bottomsizer->Add( new wxButton(this, wxID_CANCEL, _("Cancel")), - 0, wxALL | wxALIGN_RIGHT, 10); + 0, wxALL, 10); topsizer->Add(bottomsizer, 0, wxEXPAND); #ifdef __WXMSW__