Skip to content

Commit c2b7f1c

Browse files
remove resize control from Download Content form
disable maximize button on Download Content form
1 parent c06f5d0 commit c2b7f1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/Menu/DownloadContentForm.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ public DownloadContentForm(UserSettings settings)
5555
{
5656
InitializeComponent();
5757

58+
this.FormBorderStyle = FormBorderStyle.FixedSingle; // remove resize control
59+
this.MaximizeBox = false; // disable maximize button
60+
5861
Catalog = new GettextResourceManager("Menu");
5962
Settings = settings;
6063

0 commit comments

Comments
 (0)