Base the size of internal debugger window title bars on the font size.

This commit is contained in:
mahlemiut 2015-12-13 23:33:05 +13:00
parent 14d5966a37
commit 408edf4f77

View File

@ -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
{