summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-31 12:23:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-31 12:23:35 +0000
commit4b467a0bec3606f8d1a6c84677ff88d5578b608e (patch)
treec4030a9101a83e2be1edeed01393493a240b7988 /perl-install/install_steps_gtk.pm
parent2bc953504a6f403ac2a8c2dbd78c84b94c046969 (diff)
downloaddrakx-backup-do-not-use-4b467a0bec3606f8d1a6c84677ff88d5578b608e.tar
drakx-backup-do-not-use-4b467a0bec3606f8d1a6c84677ff88d5578b608e.tar.gz
drakx-backup-do-not-use-4b467a0bec3606f8d1a6c84677ff88d5578b608e.tar.bz2
drakx-backup-do-not-use-4b467a0bec3606f8d1a6c84677ff88d5578b608e.tar.xz
drakx-backup-do-not-use-4b467a0bec3606f8d1a6c84677ff88d5578b608e.zip
remove explicitly setting the size of advertising window
(it wasn't setting the same size as the wizard mode size)
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 ebb849d39..1838af1cd 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -426,7 +426,7 @@ sub installPackages {
my ($msg, $msg_time_remaining, $msg_time_total) = map { Gtk2::Label->new($_) } '', (N("Estimating")) x 2;
my ($progress, $progress_total) = map { Gtk2::ProgressBar->new } (1..2);
gtkadd($w->{window}, my $box = Gtk2::VBox->new(0,10));
- $box->pack_end(gtkshow(gtkpack(gtkset_size_request(Gtk2::VBox->new(0,5), $::windowwidth * 0.6, -1),
+ $box->pack_end(gtkshow(gtkpack(Gtk2::VBox->new(0,5),
$msg, $progress,
create_packtable({},
[N("Time remaining "), $msg_time_remaining],