Skip to content

Commit 4892199

Browse files
committed
Fix about window link colors in dark mode
1 parent edc7395 commit 4892199

2 files changed

Lines changed: 30 additions & 47 deletions

File tree

GUI/Dialogs/AboutDialog.Designer.cs

Lines changed: 25 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GUI/Dialogs/AboutDialog.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ public AboutDialog()
1616
projectNameLabel.ScaleFonts();
1717
this.ScaleFonts();
1818
ApplyFormCompatibilityFixes();
19+
licenseLinkLabel.LinkColor = BackColor.LinkColorForBackColor();
20+
authorsLinkLabel.LinkColor = BackColor.LinkColorForBackColor();
21+
sourceLinkLabel.LinkColor = BackColor.LinkColorForBackColor();
22+
forumthreadLinkLabel.LinkColor = BackColor.LinkColorForBackColor();
23+
homepageLinkLabel.LinkColor = BackColor.LinkColorForBackColor();
1924
versionLabel.Text = string.Format(Properties.Resources.AboutDialogLabel2Text, Meta.GetVersion());
2025
}
2126

0 commit comments

Comments
 (0)