From 836b2e210188cc6d591ce1fa76f0e82461e1605e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 19 Sep 2008 15:13:11 +0000 Subject: (Gtk2::Banner->new) ajust banner height accordingly --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index e231c78f2..545f13481 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1438,7 +1438,7 @@ sub new { my ($_class, $icon, $text, $o_options) = @_; my $darea = Gtk2::DrawingArea->new; - my $d_height = 75; + my $d_height = 54; $darea->set_size_request(-1, $d_height); $darea->modify_font(Gtk2::Pango::FontDescription->from_string("Sans Bold 14")); eval { $darea->{icon} = ugtk2::gtkcreate_pixbuf($icon) }; -- cgit v1.2.1