one more fix.. oops :)
This commit is contained in:
parent
976eb4c511
commit
96abc207f2
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ void framerender_frame(ObFrame *self)
|
|||
|
||||
if (ob_rr_theme->title_height > 0)
|
||||
RrPaint(ob_rr_theme->a_clear, self->trrresize,
|
||||
ob_rr_theme->paddingx, ob_rr_theme->title_height);
|
||||
ob_rr_theme->paddingx + 1, ob_rr_theme->title_height);
|
||||
|
||||
/* set parents for any parent relative guys */
|
||||
l->surface.parent = t;
|
||||
|
|
Loading…
Reference in a new issue