diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-15 20:35:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-15 20:35:53 +0100 |
| commit | 8e7ef85b3443b958ec95be778aece274362cf86e (patch) | |
| tree | 3b1d7d392fa96623698ef8f0904bf3c1c3bc56d9 | |
| parent | dadc58f381cf71468e0218b4f6762e1c3b17dc25 (diff) | |
Tweak link icon width on macOS; looks right on Big Sur now.
| -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; |
