diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-06 18:18:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-06 18:18:35 +0100 |
| commit | e683d5d750b2532806594cfafbd6e732b3004a99 (patch) | |
| tree | 92ce39a7f8da7dd3c6c6b157787443b34e42a042 /src/wx/wx_util.h | |
| parent | 81f69b2a4a7227f7e6c80014ff21da59c499e2e8 (diff) | |
Various layout tweaks (looking at OS X).
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 464aa1752..55873027c 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -32,6 +32,9 @@ class wxFilePickerCtrl; class wxSpinCtrl; class wxGridBagSizer; +#define DVDOMATIC_SIZER_X_GAP 8 +#define DVDOMATIC_SIZER_Y_GAP 8 + /** @file src/wx/wx_util.h * @brief Some utility functions and classes. */ |
