electron
electron copied to clipboard
Fix: Put the image size into the splashscreen
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.
Is it possible to merge this, have the same issue and I guess many people too
I have the same issue
Same here... is there a way have this from npm? Or do i have to monkey path the node_modules source code after install?
We still need this fix getting merged
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?