mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: csd: bump title bar height from 20 -> 26
This commit is contained in:
parent
d48a789412
commit
e01030f99f
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -25,7 +25,7 @@
|
|||
#define max(x, y) ((x) > (y) ? (x) : (y))
|
||||
|
||||
const int csd_border_size = 5;
|
||||
const int csd_title_size = 20;
|
||||
const int csd_title_size = 26;
|
||||
|
||||
struct renderer {
|
||||
struct fdm *fdm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue