Tweak vertical spacing of wxChoice on macOS (#2747).
[dcpomatic.git] / src / wx / wx_util.h
index 66b01640c5b1175583fee8898c5f7bc11335a88a..dcf5bbc1871d9cf1f16883821ab3a0dda7f88c34 100644 (file)
@@ -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