Fix link icons on macOS.
[dcpomatic.git] / 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;