Tweak link icon width on macOS; looks right on Big Sur now.
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Jan 2021 19:35:53 +0000 (20:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 15 Jan 2021 19:35:53 +0000 (20:35 +0100)
src/wx/video_panel.cc

index 81f78b9c005f177122b11122ca22fe1ad58afbf3..cfbc78c349b56bb2e2d173238f1581e7b54d10fe 100644 (file)
@@ -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;