summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-28 15:30:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-28 15:30:14 +0000
commitc5780b2d4cee2b3f9cff0007a03a959da7517419 (patch)
tree1dc49de5f40798bd6eb87ec802e714cdb71bbcb8 /perl-install/install_gtk.pm
parent8b8f76c3180b839a958c7cdf69cd2d9796aa36b3 (diff)
downloaddrakx-backup-do-not-use-c5780b2d4cee2b3f9cff0007a03a959da7517419.tar
drakx-backup-do-not-use-c5780b2d4cee2b3f9cff0007a03a959da7517419.tar.gz
drakx-backup-do-not-use-c5780b2d4cee2b3f9cff0007a03a959da7517419.tar.bz2
drakx-backup-do-not-use-c5780b2d4cee2b3f9cff0007a03a959da7517419.tar.xz
drakx-backup-do-not-use-c5780b2d4cee2b3f9cff0007a03a959da7517419.zip
fix overlap
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 7321c5432..e4d0ae824 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -164,7 +164,7 @@ sub create_steps_window {
my $w = bless {}, 'ugtk2';
my $offset = 20;
$w->{rwindow} = $w->{window} =
- gtknew('Window', width => $::stepswidth, widget_name => 'Steps', title => 'skip',
+ gtknew('Window', width => ($::stepswidth - $offset), widget_name => 'Steps', title => 'skip',
position => [ lang::text_direction_rtl() ? ($::rootwidth - $::stepswidth - $offset) : $offset, 150 ],
child => gtknew('VBox', spacing => 6, children_tight => \@l));
$w->show;