From 809c258ac0625bcbabe304585dcab444a300cc4d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Aug 2005 07:37:10 +0000 Subject: - rename logo to have a mandriva name - its size is bigger, so adapt to it --- perl-install/install_gtk.pm | 4 ++-- perl-install/share/logo-mandrake.png | Bin 18228 -> 0 bytes perl-install/share/logo-mandriva.png | Bin 0 -> 18228 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 perl-install/share/logo-mandrake.png create mode 100644 perl-install/share/logo-mandriva.png diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 9958d1cb2..5bfa5521f 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -174,7 +174,7 @@ sub create_logo_window { mygtk2::may_destroy($o->{logo_window}); - my $file = $o->{meta_class} eq 'firewall' ? "logo-mandrake-Firewall.png" : "logo-mandrake.png"; + my $file = $o->{meta_class} eq 'firewall' ? "logo-mandriva-Firewall.png" : "logo-mandriva.png"; $o->{logo_window} = gtknew('Window', @@ -210,7 +210,7 @@ q( sub init_sizes() { ($::rootwidth, $::rootheight) = (Gtk2::Gdk->screen_width, Gtk2::Gdk->screen_height); $::stepswidth = $::rootwidth <= 640 ? 0 : 200 if !$::move; - ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (500, 40); + ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (800, 75); ($::windowwidth, $::windowheight) = ($::rootwidth - $::stepswidth, $::rootheight - $::helpheight - $::logoheight); ($::real_windowwidth, $::real_windowheight) = (576, 418); $::move and $::windowwidth -= 100; diff --git a/perl-install/share/logo-mandrake.png b/perl-install/share/logo-mandrake.png deleted file mode 100644 index 61dcfc3e3..000000000 Binary files a/perl-install/share/logo-mandrake.png and /dev/null differ diff --git a/perl-install/share/logo-mandriva.png b/perl-install/share/logo-mandriva.png new file mode 100644 index 000000000..61dcfc3e3 Binary files /dev/null and b/perl-install/share/logo-mandriva.png differ -- cgit v1.2.1