diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-14 11:41:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-14 11:41:24 +0000 |
commit | e09eee765cba749d3f7f763a9290dc028f09c0e6 (patch) | |
tree | da7e8691efd8ddba3377108861c59bbc7101c32f | |
parent | 46baab687235630bd207d605b33d929b833cf6ca (diff) | |
download | drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar.gz drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar.bz2 drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar.xz drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.zip |
reduce the width of install window
-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 62648a1f1..d10d8453e 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -458,7 +458,7 @@ sub installPackages { my ($progress, $progress_total) = map { new Gtk::ProgressBar } (1..2); $w->{rwindow}->set_policy(1, 1, 1); gtkadd($w->{window}, my $box = new Gtk::VBox(0,10)); - $box->pack_end(gtkshow(gtkpack(gtkset_usize(new Gtk::VBox(0,5), $::windowwidth * 0.8, 0), + $box->pack_end(gtkshow(gtkpack(gtkset_usize(new Gtk::VBox(0,5), $::windowwidth * 0.6, 0), $msg, $progress, create_packtable({}, [_("Time remaining "), $msg_time_remaining], |