UI Tweaks

This commit is contained in:
Serge
2023-06-14 09:17:45 +02:00
parent c1a8eb12f9
commit 1848612434
2 changed files with 20 additions and 19 deletions

View File

@@ -183,6 +183,10 @@ namespace GHelper
settingsForm.Show();
settingsForm.Activate();
settingsForm.Left = Screen.FromControl(settingsForm).WorkingArea.Width - 10 - settingsForm.Width;
settingsForm.Top = Screen.FromControl(settingsForm).WorkingArea.Height - 10 - settingsForm.Height;
settingsForm.VisualiseGPUMode();
switch (action)