Minor tweaks

This commit is contained in:
seerge
2023-03-23 00:38:03 +01:00
parent c90a342ce8
commit b1c778b30d
4 changed files with 23 additions and 38 deletions

View File

@@ -393,6 +393,7 @@ namespace GHelper
// labelCPUFan
//
labelCPUFan.Anchor = AnchorStyles.Top | AnchorStyles.Right;
labelCPUFan.Cursor = Cursors.Hand;
labelCPUFan.Location = new Point(384, 15);
labelCPUFan.Margin = new Padding(8, 0, 8, 0);
labelCPUFan.Name = "labelCPUFan";