1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-08 11:34:05 +02:00

Disable resizing for the settings export dialog

This commit is contained in:
chylex 2017-02-25 19:07:21 +01:00
parent 6081e5b9c1
commit a50d6e8f47

View File

@ -104,6 +104,7 @@ private void InitializeComponent() {
this.Controls.Add(this.cbConfig);
this.Controls.Add(this.btnApply);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MinimumSize = new System.Drawing.Size(200, 170);
this.Name = "DialogSettingsExport";
this.ShowIcon = false;