Fix link icons on macOS.
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Jun 2021 22:15:38 +0000 (00:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Jun 2021 22:48:59 +0000 (00:48 +0200)
src/wx/video_panel.cc

index f1b6a006b4e3ea4670f2be6dbcd8506decfb562f..5d67bc99cc989e3c518cc942a52f50d1a69c83a1 100644 (file)
@@ -95,7 +95,7 @@ VideoPanel::VideoPanel (ContentPanel* p)
        int const link_height = 32;
 #elif defined(DCPOMATIC_OSX)
        int const crop_width = 56;
-       int const link_width = 19;
+       int const link_width = 23;
        int const link_height = 28;
 #else
        int const crop_width = 56;