mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
* 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:
parent
b3c5eb67fd
commit
929363202b
6 changed files with 10 additions and 5 deletions
|
@ -128,6 +128,7 @@ namespace GreenshotJiraPlugin {
|
|||
this.Controls.Add(this.textBoxUrl);
|
||||
this.Controls.Add(this.buttonCancel);
|
||||
this.Controls.Add(this.buttonOK);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.LanguageKey = "settings_title";
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue