UI tweaks

This commit is contained in:
seerge
2023-04-11 22:40:13 +02:00
parent 2cb0ffab4b
commit d2aa5e9c42
4 changed files with 6 additions and 6 deletions

View File

@@ -252,8 +252,8 @@ namespace GHelper
checkKeyboardAuto.AutoSize = true;
checkKeyboardAuto.Location = new Point(25, 51);
checkKeyboardAuto.Name = "checkKeyboardAuto";
checkKeyboardAuto.Size = new Size(712, 36);
checkKeyboardAuto.MaximumSize = new Size(712, 0);
checkKeyboardAuto.Size = new Size(780, 36);
checkKeyboardAuto.MaximumSize = new Size(780, 0);
checkKeyboardAuto.AutoEllipsis = true;
checkKeyboardAuto.TabIndex = 2;
checkKeyboardAuto.Text = Properties.Strings.KeyboardAuto;