diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-16 23:57:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-16 23:57:16 +0100 |
| commit | 0062a0ad4e8bde2866cd42404ea103ed29fa59db (patch) | |
| tree | 1664120a86cb9b56e005443bef15804a5cff80c4 /src/wx/wx_util.h | |
| parent | 93664a46e226aad6cfb71749e3a83904102ea896 (diff) | |
Add DCPOMATIC_SUBHEADING_TOP_PAD.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index be3be0d1a..1143c5b53 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -70,6 +70,8 @@ class PasswordEntry; #define DCPOMATIC_CHECKBOX_BOTTOM_PAD 0 #endif +#define DCPOMATIC_SUBHEADING_TOP_PAD 16 + /** 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 |
