From 337325c8be6b16525b41b8121d2c8e9e869573f4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 24 Sep 2008 14:27:41 +0000 Subject: further adjust for RTL languages --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 5710d5218..3c9e9c579 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -644,7 +644,7 @@ sub _gtk__MDV_Notebook { my $right_background = gtknew('Image', file => "right-white-background_left_part$suffix", flip => $is_flip_needed); my $width1 = $left_background->get_pixbuf->get_width; my $total_width = $width1 + $right_background->get_pixbuf->get_width; - my $arrow_x = text_direction_rtl() ? $offset/2 -3 : $width1 - $offset -3; + my $arrow_x = text_direction_rtl() ? $offset/2 -4 : $width1 - $offset -3; $w = gtknew('HBox', spacing => 0, children => [ 0, $layout = gtknew('Layout', width => $total_width - $offset, children => [ #Layout Fixed # stacking order is important for "Z-buffer": -- cgit v1.2.1