From 653b8ad853ba65d2140f8e4934f2ea3c0c98bd75 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Jun 2020 19:35:08 +0200 Subject: [PATCH] Spaces between content buttons in GTK3 (#1761). --- src/wx/wx_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index bff58a323..af938b670 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -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 -- 2.30.2