diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-06-26 16:03:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-06-26 16:03:30 +0000 |
commit | 0e32d38de7e6ea5b4913d67ad77a01a28b42a247 (patch) | |
tree | 0fdf89882d40e5a289cbd07277394d78c271fa22 /perl-install | |
parent | f87b6ce918494efcc524221cc8614592b4709c94 (diff) | |
download | drakx-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar drakx-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar.gz drakx-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar.bz2 drakx-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.tar.xz drakx-0e32d38de7e6ea5b4913d67ad77a01a28b42a247.zip |
no_comment
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
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), |