Main window icon

This commit is contained in:
Serge
2023-11-13 10:28:45 +01:00
parent 940993e1d5
commit 6787d38678
7 changed files with 46 additions and 4 deletions

View File

@@ -1439,7 +1439,7 @@ namespace GHelper
MinimumSize = new Size(822, 71);
Name = "SettingsForm";
Padding = new Padding(11);
ShowIcon = false;
ShowIcon = true;
StartPosition = FormStartPosition.CenterScreen;
Text = "G-Helper";
panelMatrix.ResumeLayout(false);