diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wx_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index dc32ad9c8..ef5340406 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -45,7 +45,7 @@ class wxSplashScreen; #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 |
