Hand-apply 9469f56ef978cd57902afcb9888b4d54e4857c80; tweak layout.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Dec 2014 11:09:59 +0000 (11:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Dec 2014 11:09:59 +0000 (11:09 +0000)
TO_PORT
src/wx/dcp_panel.cc

diff --git a/TO_PORT b/TO_PORT
index 08e95e584778f00539e0d350d38cd6e46bb8d039..2e7d3a6b416a41d50c318fc63aa987ee29a21cca 100644 (file)
--- a/TO_PORT
+++ b/TO_PORT
@@ -1,3 +1,2 @@
-a3d9e62ff8e1068312a52460ca193abf87f6a6ad
 e0b8987596d7b5bb032900305e8ef522e795e8d8
 4806d9f4864e2cb7f41b2cc430bbaa869248cf35
index 0c7cb668d7bb6bd5de079c5639aa4145450568ac..b56a783bbb06e2c41cf619cb959e5929f45e5e0c 100644 (file)
@@ -547,7 +547,7 @@ DCPPanel::make_video_panel ()
                _frame_rate_sizer->Add (_frame_rate_spin, 1, wxALIGN_CENTER_VERTICAL);
                setup_frame_rate_widget ();
                _best_frame_rate = new wxButton (panel, wxID_ANY, _("Use best"));
-               _frame_rate_sizer->Add (_best_frame_rate, 1, wxALIGN_CENTER_VERTICAL | wxEXPAND);
+               _frame_rate_sizer->Add (_best_frame_rate, 1, wxALIGN_CENTER_VERTICAL);
                grid->Add (_frame_rate_sizer, wxGBPosition (r, 1));
        }
        ++r;