--- rxvt-unicode/src/perl/tabbed 2012/01/06 14:06:52 1.28 +++ rxvt-unicode/src/perl/tabbed 2012/01/09 17:49:00 1.29 @@ -79,12 +79,14 @@ $tab->XMoveResizeWindow ( $tab->parent, 0, $self->{tabheight} + 1, - $self->width, $self->height - $self->{tabheight} + $self->width, + $self->height - $self->{tabheight} + 2 * $tab->int_bwidth ); $tab->XMoveResizeWindow ( $tab->parent, 0, $self->{tabheight}, - $self->width, $self->height - $self->{tabheight} + $self->width, + $self->height - $self->{tabheight} + 2 * $tab->int_bwidth ); }