From c1f6c406d88520afb33b064f25e7a3d34088317c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 19 Sep 2008 16:15:17 +0000 Subject: (Gtk2::Banner->new) explain --- perl-install/ugtk2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 77bc196af..16a535574 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1462,6 +1462,7 @@ sub new { my $d_width = $darea->allocation->width; my $x_blue = $is_rtl ? $d_width - $blue_width : 0; my $x_icon = $is_rtl ? $d_width - $padding - $width : $padding; + # here: 48 is the amount of white background in the blue background we wish to ignore: my $x_text = $is_rtl ? $d_width - $blue_width + 48 - $darea->{txt_width} : $blue_width - 48; $darea->{layout_height} ||= (($darea->{layout}->get_size)[1])/Gtk2::Pango->PANGO_SCALE; $blue_part->render_to_drawable($darea->window, $style->bg_gc('normal'), -- cgit v1.2.1