[PR #822] [MERGED] Configurable splash screen size #1313

Open
opened 2026-01-29 16:59:34 +00:00 by claunia · 0 comments
Owner

📋 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: mainHead: features/splash-size


📝 Commits (1)

  • 94dc82e configurable 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/822 **Author:** [@NickRimmer](https://github.com/NickRimmer) **Created:** 11/13/2023 **Status:** ✅ Merged **Merged:** 2/14/2024 **Merged by:** [@FlorianRappl](https://github.com/FlorianRappl) **Base:** `main` ← **Head:** `features/splash-size` --- ### 📝 Commits (1) - [`94dc82e`](https://github.com/ElectronNET/Electron.NET/commit/94dc82ec622a9bc5efa55aa17f3068350f892e9a) configurable splash screen size ### 📊 Changes **1 file changed** (+19 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/ElectronNET.Host/main.js` (+19 -11) </details> ### 📄 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 (; --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:59:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1313