Fix link icon width on macOS.
[dcpomatic.git] / src / wx / video_panel.cc
index b27db2547baa72e5e2d1f7b9720184dd1997685d..db42a0c283d44567abb73379de39ebf6766a7a62 100644 (file)
@@ -108,7 +108,7 @@ VideoPanel::create ()
        int const link_height = 32;
 #elif defined(DCPOMATIC_OSX)
        int const crop_width = 56;
-       int const link_width = 23;
+       int const link_width = 8 + 15 / dpi_scale_factor(this);
        int const link_height = 28;
 #else
        int const crop_width = 56;