diff options
-rw-r--r-- | perl-install/install_gtk.pm | 4 | ||||
-rw-r--r-- | perl-install/share/logo-mandriva.png (renamed from perl-install/share/logo-mandrake.png) | bin | 18228 -> 18228 bytes |
2 files changed, 2 insertions, 2 deletions
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(<fontconfig> 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-mandriva.png Binary files differindex 61dcfc3e3..61dcfc3e3 100644 --- a/perl-install/share/logo-mandrake.png +++ b/perl-install/share/logo-mandriva.png |