mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-08-15 22:31:40 +02:00
Disable resizing for the settings export dialog
This commit is contained in:
@@ -104,6 +104,7 @@
|
|||||||
this.Controls.Add(this.cbConfig);
|
this.Controls.Add(this.cbConfig);
|
||||||
this.Controls.Add(this.btnApply);
|
this.Controls.Add(this.btnApply);
|
||||||
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnCancel);
|
||||||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||||
this.MinimumSize = new System.Drawing.Size(200, 170);
|
this.MinimumSize = new System.Drawing.Size(200, 170);
|
||||||
this.Name = "DialogSettingsExport";
|
this.Name = "DialogSettingsExport";
|
||||||
this.ShowIcon = false;
|
this.ShowIcon = false;
|
||||||
|
Reference in New Issue
Block a user