summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-03 00:22:22 +0100
committerCarl Hetherington <cth@carlh.net>2024-02-04 18:43:00 +0100
commit047f152c76f439d31ed13a0ac2a0f882d270c9aa (patch)
treea121151f8edf3a1a7cf945f688cf3d62b5653c0e /src/wx/wx_util.h
parente0860839f664c6269261563d11be0495e756ff06 (diff)
Tweak vertical spacing of wxChoice on macOS (#2747).
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 66b01640c..dcf5bbc18 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -74,7 +74,7 @@ class PasswordEntry;
/** 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
+#define DCPOMATIC_CHOICE_TOP_PAD 2
#else
#define DCPOMATIC_CHOICE_TOP_PAD 0
#endif