diff options
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 585541150..56ed500f6 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -35,8 +35,16 @@ class wxGridBagSizer; #define DCPOMATIC_SIZER_X_GAP 8 #define DCPOMATIC_SIZER_Y_GAP 8 +#define DCPOMATIC_SIZER_GAP 8 #define DCPOMATIC_DIALOG_BORDER 12 +/** Spacing to use between buttons in a vertical line */ +#ifdef DCPOMATIC_OSX +#define DCPOMATIC_BUTTON_STACK_GAP 2 +#else +#define DCPOMATIC_BUTTON_STACK_GAP 0 +#endif + /** @file src/wx/wx_util.h * @brief Some utility functions and classes. */ |
