diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:25:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 23:25:11 +0100 |
| commit | 93439dbc6d93dafd88e80d51d6473c8d97aa02c7 (patch) | |
| tree | 60696c8c2e35a7035800aa2b8b4becdd56b339a8 /src/wx/wx_util.h | |
| parent | 487b34e3dfdcbeea608aa89d4999c6f201a74583 (diff) | |
Modify KDM generation to work with CPLs rather than DCPs, and allow
user to specify a particular CPL to use. Tidy up the KDM dialog
a bit.
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 585541150..77ecd9db9 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -35,7 +35,10 @@ class wxGridBagSizer; #define DCPOMATIC_SIZER_X_GAP 8 #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 */ +#define DCPOMATIC_BUTTON_STACK_GAP 2 /** @file src/wx/wx_util.h * @brief Some utility functions and classes. |
