This commit is contained in:
Serge
2023-06-15 00:09:00 +02:00
parent d5039207ec
commit 8aff60546a
2 changed files with 203 additions and 199 deletions

View File

@@ -31,6 +31,10 @@ namespace GHelper
InitializeComponent();
float dpi = ControlHelper.GetDpiScale(this).Value;
comboModes.Size = new Size((int)dpi*150, (int)dpi * 18);
comboModes.ClientSize = new Size((int)dpi * 150, (int)dpi * 18);
Text = Properties.Strings.FansAndPower;
labelPowerLimits.Text = Properties.Strings.PowerLimits;
labelInfo.Text = Properties.Strings.PPTExperimental;