mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #822] [MERGED] Configurable splash screen size #1313
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/822
Author: @NickRimmer
Created: 11/13/2023
Status: ✅ Merged
Merged: 2/14/2024
Merged by: @FlorianRappl
Base:
main← Head:features/splash-size📝 Commits (1)
94dc82econfigurable splash screen size📊 Changes
1 file changed (+19 additions, -11 deletions)
View changed files
📝
src/ElectronNET.Host/main.js(+19 -11)📄 Description
Hey hey everyone,
I would like to suggest you tiny changes. I found an issue with splash screen size, somehow it is always less than picture size and blur the image a lot.
So with settings of custom size I can set splash screen size bigger on 16 pixels and it perfectly in size now for me. I didn't investigate the issue with window size, as it can be related to many things. But configurable splash screen size is safe and quick solution (;
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.