* Bug #3585393: resize issues with some the plugin configuration dialogs.

* Not reported: Flickr configuration for the Family, Friend & Public wasn't stored.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2259 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-11-08 21:03:41 +00:00
parent b3c5eb67fd
commit 929363202b
6 changed files with 10 additions and 5 deletions

View file

@ -141,6 +141,7 @@ namespace ExternalCommand {
this.Controls.Add(this.listView1);
this.Controls.Add(this.buttonOk);
this.Controls.Add(this.buttonCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.LanguageKey = "externalcommand.settings_title";
this.Name = "SettingsForm";
this.ResumeLayout(false);