diff --git a/CHANGELOG.md b/CHANGELOG.md index 0624a67086..392527d035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Bugfixes - [GUI] Fix platform checks and crash on Mac OS X (#2600 by: HebaruSan; reviewed: politas) - [GUI] Fix file menu separator (#2593 by: HebaruSan; reviewed: politas) +- [GUI] Fix error popup text for dark themes (#2594 by: HebaruSan; reviewed: politas) ## v1.25.4 diff --git a/GUI/ErrorDialog.Designer.cs b/GUI/ErrorDialog.Designer.cs index b14e10f6ab..229d89e24f 100644 --- a/GUI/ErrorDialog.Designer.cs +++ b/GUI/ErrorDialog.Designer.cs @@ -44,6 +44,7 @@ private void InitializeComponent() // // ErrorMessage // + this.ErrorMessage.ForeColor = System.Drawing.SystemColors.ControlText; this.ErrorMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.ErrorMessage.Location = new System.Drawing.Point(0, 0); this.ErrorMessage.Name = "ErrorMessage";