summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-06-07 00:15:38 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-07 00:48:59 +0200
commit7bdffaa2ba415f43ffa49f67bf8f921e0b62f79c (patch)
tree1a681217a0c4d737e633c9172f7a287f317b8759
parentac4ac42278546136357db0ede052faf5b80286e7 (diff)
Fix link icons on macOS.
-rw-r--r--src/wx/video_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index f1b6a006b..5d67bc99c 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -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;