UI tweaks

This commit is contained in:
seerge
2023-04-13 18:01:27 +02:00
parent 78862c6558
commit 36219383ce
8 changed files with 21 additions and 21 deletions

View File

@@ -286,7 +286,7 @@ namespace GHelper
//
pictureHelp.BackgroundImageLayout = ImageLayout.Zoom;
pictureHelp.Cursor = Cursors.Hand;
pictureHelp.Image = Properties.Resources.icons8_help_32;
pictureHelp.BackgroundImage = Properties.Resources.icons8_help_64;
pictureHelp.Location = new Point(744, 57);
pictureHelp.Name = "pictureHelp";
pictureHelp.Size = new Size(32, 32);