--- deliantra/Deliantra-Client/DC/UI.pm 2006/05/08 20:39:34 1.186 +++ deliantra/Deliantra-Client/DC/UI.pm 2006/05/08 20:40:31 1.187 @@ -2704,7 +2704,7 @@ if ($old_w && $old_h) { for my $child ($self->children) { $child->{x} = int 0.5 + $child->{x} * $w / $old_w; - $child->{w} = int 0.5 + $child->{req_w} * $w / $old_w; + $child->{w} = int 0.5 + $child->{w} * $w / $old_w; $child->{req_w} = int 0.5 + $child->{req_w} * $w / $old_w if exists $child->{req_w}; $child->{user_w} = int 0.5 + $child->{user_w} * $w / $old_w if exists $child->{user_w}; $child->{y} = int 0.5 + $child->{y} * $h / $old_h;