Merge branch 'seerge:main' into german-translation

This commit is contained in:
IceStormNG
2023-05-17 10:39:02 +02:00
committed by GitHub
9 changed files with 13 additions and 11 deletions

View File

@@ -271,6 +271,8 @@ namespace GHelper
private void Fans_Shown(object? sender, EventArgs e)
{
panelSliders.Visible = panelGPU.Visible || panelPower.Visible;
if (Height > Program.settingsForm.Height)
{
Top = Program.settingsForm.Top + Program.settingsForm.Height - Height;
@@ -282,8 +284,8 @@ namespace GHelper
Top = Program.settingsForm.Top;
}
Left = Program.settingsForm.Left - Width - 5;
}