diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-21 01:00:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-21 01:00:02 +0100 |
| commit | a604ee1e8b1fad61a50f2bcd435fb7b9d2ccab6b (patch) | |
| tree | 890ca719a8e7317b259b5ea58d0a35752677f260 /src | |
| parent | 3d1c3e6b3d7eeabb0539c21d511ea369075e75a1 (diff) | |
Improve scaling description layout.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/video_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 47e32c5e8..b72bae035 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -288,6 +288,7 @@ VideoPanel::setup_scaling_description () } _scaling_description->SetLabel (d); + _sizer->Layout (); } |
