Skip to content

Commit a8df2a8

Browse files
committed
*fix bug: Hot Keys menu cut off (#183).
1 parent 3e92616 commit a8df2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AntiDupl.NET.WinForms/Form/SelectHotKeysForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public SelectHotKeysForm(Options options)
6363

6464
private void InitializeComponents()
6565
{
66-
ClientSize = new System.Drawing.Size(420, 315);
66+
ClientSize = new System.Drawing.Size(420, 350);
6767
FormBorderStyle = FormBorderStyle.FixedDialog;
6868
StartPosition = FormStartPosition.CenterScreen;
6969
ShowInTaskbar = false;

0 commit comments

Comments
 (0)