summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-06-26 16:03:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-06-26 16:03:30 +0000
commit0e32d38de7e6ea5b4913d67ad77a01a28b42a247 (patch)
tree0fdf89882d40e5a289cbd07277394d78c271fa22
parentf87b6ce918494efcc524221cc8614592b4709c94 (diff)
downloaddrakx-backup-do-not-use-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar
drakx-backup-do-not-use-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar.gz
drakx-backup-do-not-use-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar.bz2
drakx-backup-do-not-use-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar.xz
drakx-backup-do-not-use-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.zip
no_comment
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 032c33a7d..a7dd7621b 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -364,7 +364,7 @@ sub choosePackagesTree {
0, _("Choose the packages you want to install"),
1, gtkpack(new Gtk::HBox(0,0),
createScrolledWindow($tree),
- gtkadd(gtkset_usize(new Gtk::Frame(_("Info")), 150, 0),
+ gtkadd(gtkset_usize(new Gtk::Frame(_("Info")), $::windowwidth - 490, 0),
createScrolledWindow($info_widget = new Gtk::Text),
)),
0, my $l = new Gtk::HBox(0,15),