We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e92616 commit a8df2a8Copy full SHA for a8df2a8
src/AntiDupl.NET.WinForms/Form/SelectHotKeysForm.cs
@@ -63,7 +63,7 @@ public SelectHotKeysForm(Options options)
63
64
private void InitializeComponents()
65
{
66
- ClientSize = new System.Drawing.Size(420, 315);
+ ClientSize = new System.Drawing.Size(420, 350);
67
FormBorderStyle = FormBorderStyle.FixedDialog;
68
StartPosition = FormStartPosition.CenterScreen;
69
ShowInTaskbar = false;
0 commit comments