From ee1fb2318bcd6653e72687ee4f81833ac603738c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 10 Jan 2012 02:20:05 +0100 Subject: [PATCH] dunno why this was lying around as an uncommitted change.. --- obrender/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obrender/theme.c b/obrender/theme.c index 3d8dc20a..f4967122 100644 --- a/obrender/theme.c +++ b/obrender/theme.c @@ -1561,7 +1561,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, RrMargins(theme->a_focused_label, &fl, &ft, &fr, &fb); RrMargins(theme->a_unfocused_label, &ul, &ut, &ur, &ub); - theme->label_height = theme->win_font_height + MAX(ft + fb, ut + ub); + theme->label_height = theme->win_font_height + MAX(ft + fb, ut + ub) + 1; /* this would be nice I think, since padding.width can now be 0, but it breaks frame.c horribly and I don't feel like fixing that -- 2.34.1