diff --git a/app/Display/ScreenNative.cs b/app/Display/ScreenNative.cs index 8ee83344..2d090574 100644 --- a/app/Display/ScreenNative.cs +++ b/app/Display/ScreenNative.cs @@ -238,7 +238,7 @@ namespace GHelper.Display //Fallback scenario if (iRet != 0) { - Thread.Sleep(3000); + Thread.Sleep(1000); iRet = ChangeDisplaySettingsEx(laptopScreen, ref dm, IntPtr.Zero, DisplaySettingsFlags.CDS_UPDATEREGISTRY, IntPtr.Zero); Logger.WriteLine("Screen = " + frequency.ToString() + "Hz : " + (iRet == 0 ? "OK" : iRet)); } diff --git a/app/Extra.Designer.cs b/app/Extra.Designer.cs index 7f9f1be6..0a4b1b02 100644 --- a/app/Extra.Designer.cs +++ b/app/Extra.Designer.cs @@ -137,7 +137,7 @@ namespace GHelper panelServices.Controls.Add(labelServices); panelServices.Controls.Add(buttonServices); panelServices.Dock = DockStyle.Top; - panelServices.Location = new Point(15, 1196); + panelServices.Location = new Point(15, 1236); panelServices.Name = "panelServices"; panelServices.Size = new Size(983, 75); panelServices.TabIndex = 3; @@ -1016,18 +1016,18 @@ namespace GHelper panelSettings.Location = new Point(15, 892); panelSettings.Name = "panelSettings"; panelSettings.Padding = new Padding(20, 5, 10, 5); - panelSettings.Size = new Size(983, 304); + panelSettings.Size = new Size(983, 344); panelSettings.TabIndex = 46; // // checkAutoToggleClamshellMode // checkAutoToggleClamshellMode.AutoSize = true; checkAutoToggleClamshellMode.Dock = DockStyle.Top; - checkAutoToggleClamshellMode.Location = new Point(10, 163); + checkAutoToggleClamshellMode.Location = new Point(20, 299); checkAutoToggleClamshellMode.Margin = new Padding(2); checkAutoToggleClamshellMode.Name = "checkAutoToggleClamshellMode"; checkAutoToggleClamshellMode.Padding = new Padding(2); - checkAutoToggleClamshellMode.Size = new Size(481, 23); + checkAutoToggleClamshellMode.Size = new Size(953, 40); checkAutoToggleClamshellMode.TabIndex = 58; checkAutoToggleClamshellMode.Text = "Auto Toggle Clamshell Mode"; checkAutoToggleClamshellMode.UseVisualStyleBackColor = true; diff --git a/app/Extra.resx b/app/Extra.resx index af32865e..a395bffc 100644 --- a/app/Extra.resx +++ b/app/Extra.resx @@ -18,7 +18,7 @@ System.Resources.ResXResourceReader, System.Windows.Forms, ... System.Resources.ResXResourceWriter, System.Windows.Forms, ... this is my long stringthis is a comment - Blue + Blue [base64 mime encoded serialized .NET Framework object] diff --git a/app/Settings.cs b/app/Settings.cs index fe4e7bec..ac9dbcee 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -822,7 +822,7 @@ namespace GHelper labelCPUFan.Text = "CPU" + cpuTemp + " " + HardwareControl.cpuFan; labelGPUFan.Text = "GPU" + gpuTemp + " " + HardwareControl.gpuFan; if (HardwareControl.midFan is not null) - labelMidFan.Text = "SYS " + HardwareControl.midFan; + labelMidFan.Text = "Mid " + HardwareControl.midFan; if (!batteryMouseOver) labelBattery.Text = battery; });