--- deliantra/Deliantra-Client/DC/UI.pm 2006/04/24 03:19:42 1.159 +++ deliantra/Deliantra-Client/DC/UI.pm 2006/04/24 03:33:51 1.160 @@ -16,7 +16,7 @@ sub check_tooltip { if (!$GRAB) { for (my $widget = $HOVER; $widget; $widget = $widget->{parent}) { - if (exists $widget->{tooltip}) { + if (length $widget->{tooltip}) { if ($TOOLTIP->{owner} != $widget) { $TOOLTIP->{owner} = $widget; @@ -2194,7 +2194,7 @@ sub size_request { my ($self) = @_; - $self->child->set_max_size ($::WIDTH * 0.2); + $self->child->set_max_size ($::WIDTH * 0.3); my ($w, $h) = @{$self->child}{qw(req_w req_h)};