Quote:
Originally Posted by Ken Maltby
In "defaults.lua":
-- configure "mini" progress bar
DMINIBAR_TOC_MARKER_WIDTH = 2 -- Looses usefulness > 3
DMINIBAR_HEIGHT = 7 -- Should be smaller than DMINIBAR_CONTAINER_HEIGHT
DMINIBAR_CONTAINER_HEIGHT = 14 -- Larger means more padding at the bottom, at the risk of eating into the last line
DMINIBAR_FONT_SIZE = 14
Note the green comments.
Luck;
Ken
|
I replaced the two 14 by two 20 and it was perfect. I edited the .lua file with note pad. Thank you very much.