diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-13 11:46:50 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-13 11:46:50 +0100 |
commit | a45f106d3c6e253109dd47b6a193f991c7bde203 (patch) | |
tree | f0f49829715bc5b3f8203a441c117ae4eaf471ff /config.h | |
parent | 596033b7818f5ff126ec6c62c375afc4c1e32dda (diff) |
cosmetic fixes
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ #define NORMFGCOLOR "#000000" #define SELBGCOLOR "#0066ff" #define SELFGCOLOR "#ffffff" -/* next macro defines the space between menu items */ -#define SPACE 30 /* px */ + +static uint spaceitem = 30; /* px between menu items */ |