[PR #468] [MERGED] set default WebPreferences.DefaultFontSize #1191

Closed
opened 2026-01-29 16:58:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/468
Author: @duncanawoods
Created: 8/13/2020
Status: Merged
Merged: 8/14/2020
Merged by: @GregorBiswanger

Base: masterHead: fix_bad_fontsize_if_position_is_set


📝 Commits (1)

  • a703049 set default WebPreferences.DefaultFontSize to fix tiny text when possition is set

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 ElectronNET.API/Entities/WebPreferences.cs (+1 -1)

📄 Description

Fix regression of #345 where the default font size is overridden when the window position is set on creation.


🔄 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/468 **Author:** [@duncanawoods](https://github.com/duncanawoods) **Created:** 8/13/2020 **Status:** ✅ Merged **Merged:** 8/14/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `fix_bad_fontsize_if_position_is_set` --- ### 📝 Commits (1) - [`a703049`](https://github.com/ElectronNET/Electron.NET/commit/a70304948a19e78d4f70a01bbefe14ddacfc3375) set default WebPreferences.DefaultFontSize to fix tiny text when possition is set ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.API/Entities/WebPreferences.cs` (+1 -1) </details> ### 📄 Description Fix regression of #345 where the default font size is overridden when the window position is set on creation. --- <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:58:15 +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#1191