Skip to content

Commit 23f046a

Browse files
committed
[MainForm] Improve look of resolution control
1 parent 7610f2c commit 23f046a

2 files changed

Lines changed: 68 additions & 65 deletions

File tree

MainForm.Designer.vb

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

MainForm.vb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ Public Class MainForm
151151
SysCheckPage_CheckDetailsGB.ForeColor = currentTheme.ForegroundColor
152152
SysCheckPage_ChecksLv.BackColor = currentTheme.SectionBackgroundColor
153153
SysCheckPage_ChecksLv.ForeColor = currentTheme.ForegroundColor
154+
SysCheckPage_CheckDetails_ResolutionValue.BackColor = currentTheme.SectionBackgroundColor
155+
SysCheckPage_CheckDetails_ResolutionValue.ForeColor = currentTheme.ForegroundColor
154156
AdvSettingsPage_CleanupActionCBox.BackColor = currentTheme.SectionBackgroundColor
155157
AdvSettingsPage_CleanupActionCBox.ForeColor = currentTheme.ForegroundColor
156158
AdvSettingsPage_ShutdownOptionsCBox.BackColor = currentTheme.SectionBackgroundColor

0 commit comments

Comments
 (0)