diff options
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 7687cb22f..5710d5218 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 -4; + my $arrow_x = text_direction_rtl() ? $offset/2 -3 : $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": |