Added tiny titles
This commit is contained in:
parent
0e29101ae5
commit
2ee1a6d285
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user