diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wx_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index d5e332549..aa3dc60db 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -66,6 +66,13 @@ class PasswordEntry; #define DCPOMATIC_CHECKBOX_BOTTOM_PAD 0 #endif +/** Amount by which you need to top-pad a choice to make it line up, in some cases */ +#ifdef DCPOMATIC_OSX +#define DCPOMATIC_CHOICE_TOP_PAD 1 +#else +#define DCPOMATIC_CHOICE_TOP_PAD 0 +#endif + /** Spacing to use between buttons in a vertical/horizontal line */ #if defined(DCPOMATIC_OSX) || defined(__WXGTK3__) #define DCPOMATIC_BUTTON_STACK_GAP 2 |
