summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-24 14:24:28 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-24 14:24:28 +0000
commitad726bb827d0d62851a2db06a05d3199e445d6d0 (patch)
tree0237ef7cff59be27dc323b6ef7aea1fe2ea9740f /perl-install/mygtk2.pm
parent55f3bf693398690a74003c11a08ea0002424878a (diff)
downloaddrakx-backup-do-not-use-ad726bb827d0d62851a2db06a05d3199e445d6d0.tar
drakx-backup-do-not-use-ad726bb827d0d62851a2db06a05d3199e445d6d0.tar.gz
drakx-backup-do-not-use-ad726bb827d0d62851a2db06a05d3199e445d6d0.tar.bz2
drakx-backup-do-not-use-ad726bb827d0d62851a2db06a05d3199e445d6d0.tar.xz
drakx-backup-do-not-use-ad726bb827d0d62851a2db06a05d3199e445d6d0.zip
(_gtk__MDV_Notebook) further adjust
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
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":