diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-17 00:18:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-17 09:59:30 +0100 |
| commit | 236a1636c72edd424a7daf5b938c9da073439cd6 (patch) | |
| tree | 39151d7a7249151ae459e3babfc0e5ac6d0b7fa2 | |
| parent | 27c0e43d75218b926068fff3d6d1364b476e56ff (diff) | |
Tweak vertical spacing with GTK3.
| -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 |
