summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-20 20:25:48 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-21 01:25:00 +0200
commite22855578a329c5cb1b8f431f3f0b73d0d5fa611 (patch)
treeb64e9c73582a3ad5bac0041bac0e141f00216766 /src
parent9cf9f4c4fbb9de6ae093c348ec798efac200c56d (diff)
Tweak crop icon for GTK2 builds (#1997).
Diffstat (limited to 'src')
-rw-r--r--src/wx/video_panel.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index ce6b08f26..ef111f7ec 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -89,6 +89,10 @@ VideoPanel::VideoPanel (ContentPanel* p)
int const crop_width = 128;
int const link_width = 32;
int const link_height = 64;
+#elif defined(__WXGTK20__)
+ int const crop_width = 56;
+ int const link_width = 24;
+ int const link_height = 32;
#elif defined(DCPOMATIC_OSX)
int const crop_width = 56;
int const link_width = 19;