electron icon indicating copy to clipboard operation
electron copied to clipboard

Fix: Put the image size into the splashscreen

Open vespasianvs opened this issue 1 year ago • 6 comments

With the new version, the splash screen image seems to be only 4 x 18px even though the image file is 400px x 400px and the window is also the same.

It's because the width and height css values were removed. This adds them back in so correctly size the splash screen image.

vespasianvs avatar Nov 22 '23 11:11 vespasianvs

Is it possible to merge this, have the same issue and I guess many people too

Frooger avatar Jan 25 '24 10:01 Frooger

I have the same issue

Earu avatar Jan 26 '24 15:01 Earu

Same here... is there a way have this from npm? Or do i have to monkey path the node_modules source code after install?

hatsantos avatar May 16 '24 12:05 hatsantos

We still need this fix getting merged

VladSolyony avatar Aug 14 '24 13:08 VladSolyony

With the new version, the splash screen image seems to be only 4 x 18px even though the image file is 400px x 400px and the window is also the same.

It's because the width and height css values were removed. This adds them back in so correctly size the splash screen image.

maybe you should pick someone for review?

VladSolyony avatar Aug 14 '24 13:08 VladSolyony