After change thumbnail size, reload all thumbnails

This commit is contained in:
Jaex 2020-12-02 17:48:40 +03:00
parent 0419821d7b
commit cf6d35bafe
3 changed files with 4 additions and 2 deletions

View file

@ -112,6 +112,8 @@ public Size ThumbnailSize
{
panel.ThumbnailSize = thumbnailSize;
}
UpdateAllThumbnails(true);
}
}
}

View file

@ -1345,7 +1345,7 @@
<value>Switch to thumbnail view</value>
</data>
<data name="cmsTaskInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>229, 560</value>
<value>229, 582</value>
</data>
<data name="&gt;&gt;cmsTaskInfo.Name" xml:space="preserve">
<value>cmsTaskInfo</value>

View file

@ -130,7 +130,7 @@ private void InitializeComponent()
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(225, 106);
this.ClientSize = new System.Drawing.Size(229, 107);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.nudHeight);