Added tiny titles

This commit is contained in:
Austen Adler 2016-04-01 14:52:49 -04:00
parent 0e29101ae5
commit 2ee1a6d285

View File

@ -25,10 +25,7 @@ static void render_con_dockarea(Con *con, Con *child, render_params *p);
* Returns the height for the decorations
*/
int render_deco_height(void) {
int deco_height = config.font.height + 4;
if (config.font.height & 0x01)
++deco_height;
return deco_height;
return config.font.height + 2;
}
/*