diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/video_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 81f78b9c0..cfbc78c34 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -91,7 +91,7 @@ VideoPanel::VideoPanel (ContentPanel* p) int const link_height = 64; #elif defined(DCPOMATIC_OSX) int const crop_width = 56; - int const link_width = 24; + int const link_width = 19; int const link_height = 28; #else int const crop_width = 56; |
