diff options
| author | 2015-12-13 23:33:05 +1300 | |
|---|---|---|
| committer | 2015-12-13 23:33:05 +1300 | |
| commit | 408edf4f7782457b763305b7a565df45452a8916 (patch) | |
| tree | 616ad3a9953d14b366ec1b8dbf378947bd332aca /src/osd/modules/debugger/debugint.cpp | |
| parent | 14d5966a379e9783ba724750a5f84a72af62cadc (diff) | |
Base the size of internal debugger window title bars on the font size.
Diffstat (limited to 'src/osd/modules/debugger/debugint.cpp')
| -rw-r--r-- | src/osd/modules/debugger/debugint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugint.cpp b/src/osd/modules/debugger/debugint.cpp index 1f03d125a31..6e579dfb355 100644 --- a/src/osd/modules/debugger/debugint.cpp +++ b/src/osd/modules/debugger/debugint.cpp @@ -60,7 +60,7 @@ private: #define BORDER_XTHICKNESS 1 #define HSB_HEIGHT 20 #define VSB_WIDTH 20 -#define TITLE_HEIGHT 20 +#define TITLE_HEIGHT (debug_font_height + 3*BORDER_YTHICKNESS) enum { |
