Commit 46d354b0 authored by Mikhail Efremov's avatar Mikhail Efremov

plymouth theme: Update scale factor for new logo.

parent 94d2af37
......@@ -105,7 +105,7 @@ Plymouth.SetDisplayPasswordFunction(display_password_callback);
#----------------------------------------- Logo --------------------------------
slinux_logo.raw = Image ("slinux.png");
scale_factor = Window.GetHeight() / slinux_logo.raw.GetHeight() * 0.5;
scale_factor = Window.GetHeight() / slinux_logo.raw.GetHeight() * 0.3;
slinux_logo.image = imgscale (slinux_logo.raw, scale_factor);
slinux_logo.sprite = Sprite (slinux_logo.image);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment