Tweak crop icon for GTK2 builds (#1997).
authorCarl Hetherington <cth@carlh.net>
Thu, 20 May 2021 18:25:48 +0000 (20:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 May 2021 23:25:00 +0000 (01:25 +0200)
src/wx/video_panel.cc

index ce6b08f26f408f112e2b40d150ca3ec88f09eb7d..ef111f7ecfe8c6a930ad4ad56697fbd9ba849f80 100644 (file)
@@ -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;