From 7e0cdf28489bea499e1a226c39bcff8a9cc964d2 Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:29:02 +0100 Subject: [PATCH] [dirty] debug more --- src/theme.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme.c b/src/theme.c index f006a5ce..c70edf34 100644 --- a/src/theme.c +++ b/src/theme.c @@ -958,6 +958,8 @@ post_processing(struct theme *theme) { int h = MAX(font_height(&rc.font_activewindow), font_height(&rc.font_inactivewindow)); if (theme->title_height < h) { + wlr_log(WLR_ERROR, "adjusting title height to %d + 2 * padding_height (%d)", + h, theme->padding_height); theme->title_height = h + 2 * theme->padding_height; }