From: Carl Hetherington Date: Thu, 20 May 2021 18:25:48 +0000 (+0200) Subject: Tweak crop icon for GTK2 builds (#1997). X-Git-Tag: v2.15.150~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=e22855578a329c5cb1b8f431f3f0b73d0d5fa611 Tweak crop icon for GTK2 builds (#1997). --- 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;