projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccaf5ef
)
dunno why this was lying around as an uncommitted change..
author
Mikael Magnusson
<mikachu@gmail.com>
Tue, 10 Jan 2012 01:20:05 +0000
(
02:20
+0100)
committer
Mikael Magnusson
<mikachu@gmail.com>
Thu, 18 Apr 2013 10:38:58 +0000
(12:38 +0200)
obrender/theme.c
patch
|
blob
|
history
diff --git
a/obrender/theme.c
b/obrender/theme.c
index 3d8dc20aad347b6cc8a3a0fce2b94cf699e9df50..f4967122b253943145861927acc99e7c4575411f 100644
(file)
--- 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