mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Base the size of internal debugger window title bars on the font size.
This commit is contained in:
parent
14d5966a37
commit
408edf4f77
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user