diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-29 17:00:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-29 17:00:17 +0000 |
commit | 3840e85bb93e5b762ae09a14f73ddb317c4c9088 (patch) | |
tree | 30aea23cd418479acc0728e5f4f0d32cf78c7456 | |
parent | 981ebc92e547b9ec50988d5bed97bd217e8d1d60 (diff) | |
download | drakx-backup-do-not-use-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar drakx-backup-do-not-use-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar.gz drakx-backup-do-not-use-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar.bz2 drakx-backup-do-not-use-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar.xz drakx-backup-do-not-use-3840e85bb93e5b762ae09a14f73ddb317c4c9088.zip |
smaller banner during install (as required by warly & helene)
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 157660561..add6a2ca4 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1545,7 +1545,7 @@ sub new { my $darea = Gtk2::DrawingArea->new; $darea->set_name('Banner') if $::isInstall; - my $d_height = $::isInstall ? 55 : 75; + my $d_height = $::isInstall ? 45 : 75; $darea->set_size_request(-1, $d_height); $darea->modify_font(Gtk2::Pango::FontDescription->from_string("Sans Bold 14")); $darea->{icon} = ugtk2::gtkcreate_pixbuf($icon); |