render: csd: bump title bar height from 20 -> 26

This commit is contained in:
Daniel Eklöf 2020-02-29 09:39:05 +01:00
parent d48a789412
commit e01030f99f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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;