mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 09:33:46 -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
3
PluginExample/SettingsForm.Designer.cs
generated
3
PluginExample/SettingsForm.Designer.cs
generated
|
@ -100,11 +100,12 @@ namespace PluginExample
|
|||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(187, 106);
|
||||
this.ClientSize = new System.Drawing.Size(200, 106);
|
||||
this.Controls.Add(this.checkBox2);
|
||||
this.Controls.Add(this.button2);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.checkBox1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.Name = "SettingsForm";
|
||||
this.Text = "Plugin example settings";
|
||||
this.ResumeLayout(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue