summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-14 11:41:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-14 11:41:24 +0000
commite09eee765cba749d3f7f763a9290dc028f09c0e6 (patch)
treeda7e8691efd8ddba3377108861c59bbc7101c32f /perl-install/install_steps_gtk.pm
parent46baab687235630bd207d605b33d929b833cf6ca (diff)
downloaddrakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar
drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar.gz
drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar.bz2
drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.tar.xz
drakx-e09eee765cba749d3f7f763a9290dc028f09c0e6.zip
reduce the width of install window
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-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 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],