Menus: Change menubar size to 20

This commit is contained in:
TheMorc 2021-03-07 10:55:35 +01:00
parent 4910df83f7
commit 4cd1d76fe1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <X11/Xutil.h>
#include <X11/xpm.h>
#define MENUB_H 25
#define MENUB_H 20
/* Definitions of Menu Item */
#define STRGRAY 1 /* Draw String Black or Gray? */