Fix link icon width on macOS.
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Mar 2024 19:41:15 +0000 (20:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 15 Mar 2024 23:07:09 +0000 (00:07 +0100)
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;