Backlight fixes

This commit is contained in:
Serge
2023-06-02 13:37:43 +02:00
parent 846cc6e867
commit 65b4192393
4 changed files with 19 additions and 12 deletions

2
app/Extra.Designer.cs generated
View File

@@ -326,7 +326,7 @@ namespace GHelper
pictureHelp.BackgroundImage = Resources.icons8_help_64;
pictureHelp.BackgroundImageLayout = ImageLayout.Zoom;
pictureHelp.Cursor = Cursors.Hand;
pictureHelp.Location = new Point(906, 51);
pictureHelp.Location = new Point(912, 51);
pictureHelp.Name = "pictureHelp";
pictureHelp.Size = new Size(32, 32);
pictureHelp.TabIndex = 9;