summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-29 09:21:41 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-29 09:21:41 +0100
commitf9559270853e272027f95ba3c067943f839d0f37 (patch)
tree9a9bb5239ecb67986c42db1a2a9e21f10d519e11 /src/wx/wx_util.h
parent549708aa2b871f09594fe917f5c72907eb2bdedc (diff)
Layout tweaks.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 77ecd9db9..56ed500f6 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -37,8 +37,13 @@ class wxGridBagSizer;
#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.