projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c011c5
)
*** empty log message ***
author
root
<root>
Fri, 3 Feb 2006 05:47:05 +0000
(
05:47
+0000)
committer
root
<root>
Fri, 3 Feb 2006 05:47:05 +0000
(
05:47
+0000)
src/perl/tabbed
patch
|
blob
|
history
diff --git
a/src/perl/tabbed
b/src/perl/tabbed
index 50193c7d1462408f9cd62ae2d684a269407b925c..2d4789ceb558d74f9fdb915c74261c555b1365f7 100644
(file)
--- a/
src/perl/tabbed
+++ b/
src/perl/tabbed
@@
-73,10
+73,9
@@
sub configure {
my $tab = $self->{cur};
- # this is an extremely dirty way to force a configurenotify, but who cares
$tab->XMoveResizeWindow (
$tab->parent,
- 0, $self->{tabheight}
+
1,
+ 0, $self->{tabheight}
-
1,
$self->width, $self->height - $self->{tabheight}
);
$tab->XMoveResizeWindow (