Spaces between content buttons in GTK3 (#1761).
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jun 2020 17:35:08 +0000 (19:35 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jun 2020 17:35:08 +0000 (19:35 +0200)
src/wx/wx_util.h

index bff58a3239940b735093f8ad66bd72305d3792d6..af938b670f54121b9d478fe9f4546c3a69d370e7 100644 (file)
@@ -46,7 +46,7 @@ class PasswordEntry;
 #define DCPOMATIC_DIALOG_BORDER 12
 
 /** Spacing to use between buttons in a vertical line */
-#ifdef DCPOMATIC_OSX
+#if defined(DCPOMATIC_OSX) | defined(__WXGTK3__)
 #define DCPOMATIC_BUTTON_STACK_GAP 2
 #else
 #define DCPOMATIC_BUTTON_STACK_GAP 0