changed lineheight variable
This commit is contained in:
parent
8d3994989f
commit
16ef6d4581
2
config.h
2
config.h
@ -17,7 +17,7 @@ static const char *colors[SchemeLast][2] = {
|
||||
};
|
||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
static unsigned int lines = 0;
|
||||
static unsigned int lineheight = 24; /* -h option; minimum height of a menu line */
|
||||
static unsigned int lineheight = 0; /* -h option; minimum height of a menu line */
|
||||
|
||||
/*
|
||||
* Characters not considered part of a word while deleting words
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user